Now function is a date and time related function in QTP.
You can use this function to get the current system time stamp.
print now
This will print something like 02-08-2013 12:39:05 depending upon your system's date and time.
You can use now function as a parameter in other date time functions to extract current year, month, day, hour, second, minute etc.
For Example -
To extract year , Use below code.
print year(now)
Please find below more questions and answers on date and time in QTP.
Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.
You can use this function to get the current system time stamp.
print now
This will print something like 02-08-2013 12:39:05 depending upon your system's date and time.
You can use now function as a parameter in other date time functions to extract current year, month, day, hour, second, minute etc.
For Example -
To extract year , Use below code.
print year(now)
Please find below more questions and answers on date and time in QTP.
- How to extract date part from timestamp in QTP?
- How to find the name of month of given date in QTP?
- How to extract time part from given date in QTP?
- How to extract the second part from given time stamp in QTP?
- Explain dateadd function in qtp with Example.
- How to find future date in qtp?
- How to get the system date in qtp?
- How to verify the date format in qtp?
- How to find the yesterday's date in qtp
- How to find the date difference in qtp
- How to get the current system date in qtp?
- How to get the current year in qtp?
- How to find the name of week day for given date in QTP?
- Explain now function in qtp.
- Explain the datediff function in qtp.
Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs