Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need YYYYDDD to DATE() function. Anyone?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00468591
Message ID:
00468769
Views:
13
If you're bringing it in as numeric:

? date(int(x/1000), 1, 1) + mod(x,1000) -1

String:

? date(int(val(x)/1000), 1, 1) + mod(val(x),1000) -1
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Reply
Map
View

Click here to load this message in the networking platform