Difference between revisions of "DateToJulian"

From MultiCharts
Jump to navigation Jump to search
 
Line 1: Line 1:
Returns a numerical value corresponding to the Julian Date equivalent of the specified date.  
+
Returns a numerical value corresponding to the Julian Date equivalent of the specified date.<br>
 
 
 
The date is specified in the ''YYYMMdd'' format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.  
 
The date is specified in the ''YYYMMdd'' format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.  
  

Latest revision as of 14:02, 15 February 2023

Returns a numerical value corresponding to the Julian Date equivalent of the specified date.
The date is specified in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.

Usage

DateToJulian(YYYMMdd)

Where:

YYYMMdd - a numerical expression, specifying the date in YYYMMdd format.

Notes

Examples

DateToJulian(1080101)

Will return a value of 39448, corresponding to the specified date of January 1st, 2008.

DateToJulian(990402)

Will return a value of 36252, corresponding to the specified date of April 2nd, 1999.