[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Date MiscTTT
Purpose To display the system date nicely formatted
Returns String;
Declaration Date:string;
Uses CRT, DOS, MiscTTT.
Remarks The format of the returned string is the day followed by the
month, day of month and year e.g.
Monday February 1, 1988
Example
USES CRT, FASTTTT, DOS, MISCTTT;
BEGIN
CLRSCR;
WRITECENTER(1,YELLOW,BLACK,DATE);
END.
The date would be written at the top center of the screen.
See Also:
Time
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson