Converts a Julian date integer into a date string.
STRJUL(julian)
julian |
- |
An integer, the Julian date. |
A string.
strjul(2436215)
returns 1/11/1958.
The Julian Date (JD) integer is a continuous count of full days since noon Universal Time (UT) on January 1, 4713 BCE.
See DT2DATE and DATE2DT to convert date/time values to fractional Julian dates where the fractional part represents the time of day.