Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert date to numeric?
Message
 
To
09/08/2002 22:54:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00688245
Message ID:
00688423
Views:
12
>Hi,
>Any function that can convert date to numeric format that starting point is from 01/01/1800?
>
>Or, any sample code?
>
>Thank you
FUNCTION DateToNum(pdDate)
RETURN pdDate - DATE(1800,01,01)
Previous
Reply
Map
View

Click here to load this message in the networking platform