[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Julian_to_Date


Purpose   Converts a Julian date into a string.

Decln.    Julian_to_Date(J:dates;Fmt:byte):string;

Returns   String

Remarks   J is the date in Julian form.
          Fmt is the date format code of the date. The valid date formats
          are declared as constants in the MISCTTT5 unit:
               DDMMYY
               MMDDYY
               MMYY
               MMYYYY
               DDMMYYYY
               MMDDYYYY

Example

BEGIN
    FWRITE(JULIAN_TO_DATE(TODAY_IN_JULIAN,MMDDYYYY));
END;

See Also: Date_to_Julian
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson