Julian Date format is to store the date in 5 digits. First 2 digits represents the year part and next 3 part the day part. For example 30-jan-2003 will be represented as 03030 because 30 th jan is 30th day of the year. 01-Jun-2003 will be represented as 03152. 01-June is 152 th day of th year. and 31-dec-2003 will be represented as 03365.
To convert a date into Julian, calculate the number of days between 1st jan and the date by datediff function. then add the year part and store it.
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.