
The julian function converts a date value to a Julian date.
YY are the last two digits of the year. DDD is the position of the day in the year (with January 1st = 001; and December 31 = 365, except in leap year when it is 366).
DATE VALUE
Any DataEase Date Value or date formatted constant.
Examples
julian( 07/04/99)
Returns: 99185
julian( 12/31/99)
Returns: 99365
The julian function converts a date value to a Julian date.
Syntax
Returns
A five-digit integer in the format YYDDD.
Usage
YY are the last two digits of the year. DDD is the position of the day in the year (with January 1st = 001; and December 31 = 365, except in leap year when it is 366).
Examples
Returns: 99185
Returns: 99365