Returns the date for a julian number. The reverse of the DateToJulian function.
Syntax: |
---|
date = JulianToDate( expression ) |
Parameter: |
Description: |
---|---|
expression |
any expression that resolves to a valid julian number |
Example: |
---|
theDate = JulianToDate( DateToJulian( instrument.date ) + 5 ) |
Returns: |
---|
date in YYYYMMDD format |
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 12:00:23 PM |
Topic ID#: 394 |