DtoS()
Converts a date value to a character string in the format YYYYMMDD.
DtoS( <dDate> ) --> cDate
Max()
Determines the larger of two numeric or two date values.
Max( <ndExpression1>, <ndExpression2> ) --> ndMax
MicroSeconds()
Determines the number of microseconds that have elapsed since the last machine startup.
MicroSeconds() --> nMicroSeconds
MilliSeconds()
Determines the number of milliseconds that have elapsed since midnight.
MilliSeconds() --> nMilliSeconds
Min()
Determines the smaller of two numeric or two date values.
Min( <ndExpression1>, <ndExpression2> ) --> ndMin
SET CENTURY
Sets whether display of years in date values will contain two or four digits.
SET CENTURY on | OFF | <lToggle>
SET DATE
Defines the date format for input and output.
SET DATE FORMAT [TO] <cDateFormat> SET DATE [TO] SYSTEM | american | ansi | british | french | german | italian | japan | usa
SET EPOCH
Determines how date values without century digits will be interpreted.
SET EPOCH TO <nYear>
SET TIME
Sets the display format for the system time
SET TIME TO HH:MM:SS | hh:MM:SS | hh:MM:SSTT | SYSTEM
StoD()
Converts a character string in the format YYYYMMDD to a date value.
StoD( <cDateString> ) --> dDate
Time()
Returns the system time as a formatted character string ("HH:MM:SS").
Time( [<cBaseZone>] ) --> cSystemTime