Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WTF is the significance of {^1906-03-09 22:56:52}? :-)
Message
 
 
To
16/11/2003 23:32:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00848551
Message ID:
00850544
Views:
12
Nit-pick: there are 86,400 seconds in a day ;-)

O well, some days feels longer than other. :-)
? mySECONDS(), SECONDS()
...
FUNCTION mySeconds(tdBase)
LOCAL ldBase
ldBase = IIF(EMPTY(tdBase), {^2003/01/01}, tdBase)
RETURN (DATE() - ldBase) * 86400 + SECONDS()
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform