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


Purpose   Converts a date string to a Julian dates form.

Decln.    Date_to_Julian(StrDate:string;Fmt:byte):dates;

Returns   Dates

Remarks   StrDate is the date in string format.
          Fmt is the date format code.

Example

BEGIN
    JULDATE := DATE_TO_JULIAN('2/20/56',MMDDYY);
END;

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