Micro Focus QTP (UFT) Forums

Full Version: How to get the system time using QTP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,
Please help me in getting the system time using a script. Actually i have to get that time and pass that to a WebEdit field in my portal which I am testing.

Pls help me..

Please let me know if i have to give any other info.

Thanks
QTPLearner
You can use inbuilt Function "Time()"

Ex:-
CurrentTime = Time()
Msgbox CurrentTime