JulianToDate Function

Top  Previous  Next

Returns the date for a julian number. The reverse of the DateToJulian function.

 

Syntax

 

date = JulianToDate( expression )

 

Parameters

expression

 

any expression that resolves to a valid julian number

 

 

 

returns

 

the date in YYYYMMDD format

 

Examples

 

theDate = JulianToDate( DateToJulian( instrument.date ) + 5 )