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


Purpose   Returns the system date nicely formatted.

Decln.    Date:string;

Returns   String

Remarks   The format of the returned string is the day followed by the
          month, day of month and year, e.g.

          Monday December 25, 1989

Example

BEGIN
    CLRSCR;
    WRITECENTER(1,YELLOW,BLACK,DATE);
END;

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