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