Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Julian date
Message
From
09/08/2004 14:15:33
 
 
To
09/08/2004 05:31:04
Ashish Patel
Hindustan Petroleum
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00931697
Message ID:
00931835
Views:
16
>Hi all,
>
>I am using Visual Foxpro 6.0 and I want to convert Julain Date (format CYYDDD : C = Century, YY = Year, DDD = Days 1 to 366) to dd/mm/yyyy. Pl. Help. Thanks in Advance.
>
>
>Regards
>
>Ashish

Assuming your Julian date is a numeric, how about
DATE(1900+INT(julian/1000),1,1) + MOD(julian,1000)-1
Previous
Reply
Map
View

Click here to load this message in the networking platform