result = date ( [ ansiTime ] ) ;
int ansiTime (optional)
- With no arguments, datetime returns the current time. When an argument is specified, it is the ansitime, which is defined as the
- number of seconds since the Epoch (Jan 1, 1970).
str result
- YYYYMMDD
From Jan 01, 1970 through Jan 18, 2038.
The STATUS variable is set to $ACKNOWLEDGE
%ARGUMENT : Invalid arguments. Usage: result = date ( [ ansiTime ] ) ;
%BOUNDS : Invalid ansi time value.
None
None