Contents
Display Legacy Contents

 Print
    Julian      
Returns a Julian Day starting in the specified year. So it is the ordinal day number in the current year.
For a Julian Date you can use DateDifference() function, starting in the day you want to consider as the beginning of the Julian Calendar.
                      
Parameters

Source Date <string>
   This parameter must be in format YYYYMMDD.

     
Example 1
Julian("20160103")

Result = 3


See also
Samples
Sample 1
Sample 2
 
Updated: 4/21/2016 11:56 AM