Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Differnce between two DATETIME values in minutes how?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00348562
Message ID:
00348569
Views:
20
>>Differnce between two DATETIME values in minutes how?
>
>Jon,
>
>? (datetime1 - datetime2) * 60

Whoops, make that

lnsecs = datetime1 - datetime2
? lnsecs / 60
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform