Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is a Julian Day?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00594406
Message ID:
00594416
Views:
21
This message has been marked as the solution to the initial question of the thread.
>Anyone know how to get a Julian Day (not date - that's SYS(1) I think).
>
>Apparently, it's a three digit number - that's about all I know. Before I call the client and look stupid in front of him, I thought I'd try it here first.
>
I think it's number of days from the begginig of the year, at least it was on mainframe.
 ldDate = Date()
lnJdays = ldDate - Date( Year(ldDate ),1,1) + 1
? lnJdays
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform