STRJUL

Purpose:

Converts a Julian date integer into a date string.

Syntax:

STRJUL(julian)

julian

-

An integer, the Julian date.

Returns:

A string.

Example:

strjul(2436215)

 

returns 1/11/1958.

Remarks:

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.

See Also:

DATE2DT

DATE2YMD

DT2DATE

JULSTR