TIMEDATE Function
Returns the current time and date in external format.
Syntax
TIMEDATE()
Comments
External format is:
hh:mm:ss dd mmm yyyy
Where: hh = hours
mm = minutes
ss = seconds
dd = day
mmm = month
yyyy = year
Examples
B = TIMEDATE()
Assigns the string value of the current time and date to variable B.
PRINT TIMEDATE()
Prints the current time and date in external format. For example:
11:27:51 20 Apr 1995