Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datetime operations
Message
From
29/10/1997 14:05:35
Alex Zhadanov
Computer Generated Solutions
New York City, New York, United States
 
 
To
29/10/1997 11:48:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00057210
Message ID:
00057241
Views:
27
>Is there a way to subtract one datetime field from another to find the amount of time between them? I asked this question a few weeks ago but my proble then was solvable using seconds(). This time it isn't.
When you substruct one datatime field from another you get difference in seconds.
For example dd1 = {01/01/97 12:00 am}
dd2 = {01/01/97 12:15 am}
dd2-dd1 will be 900 (900 seconds in 15 minutes)

ALEX
Previous
Reply
Map
View

Click here to load this message in the networking platform