|
JulianToDate Function |
Top Previous Next |
|
Returns the date for a julian number. The reverse of the DateToJulian function.
Syntax
date = JulianToDate( expression )
Parameters
Examples
theDate = JulianToDate( DateToJulian( instrument.date ) + 5 )
|