Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to subtract hours, minutes, seconds from same?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00394549
Message ID:
00394573
Views:
14
Can't you use datetime()
ex.

a=datetime() &&returns 19/07/2000 12:00:00
b=datetime() &&returns 19/07/2000 12:01:00
a-b &&returns -60
This will return the diff in seconds.
Previous
Reply
Map
View

Click here to load this message in the networking platform