TIMEDATE() |
![]() ![]() ![]() |
The TIMEDATE() function returns the current time and date as a string.
Format
TIMEDATE()
The TIMEDATE() function returns the current time and date as a 20 character string in the form
hh:mm:ss dd mmm yyyy
where
Example
DISPLAY @(60, 0) : TIMEDATE()
This statement displays the time and date at the top right of the display. |