The timedate() function returns the current system time and date in external format (hh:mm:ss dd mmm yyyy).
var = timedate()
var | Variable to which the external time and date is returned. |
The parentheses following the function are required, and never contain any arguments.
This example shows timedate() used for a menu heading.
print @(0,0):’main menu’:@(0,50):timedate():