TIMEDATE

TIMEDATE


TIME Index Level TRANSACTION
Syntax variable = TIMEDATE()
Category BASIC
Type Function
Description returns the current system time and date in external format (hh:mm:ss  dd mmm yyyy).  

The parentheses following the function are required, and never contain any arguments.
Options
See Also statements & functions TIME mt (mask time) functions d (date) date
Example print @(0,0):'main menu':@(0,50):timedate():

This example shows "timedate()" used for a menu heading.
Warnings
Compatibility D3 7.0 AP R83
TIME Index Level TRANSACTION