Date and time operators are implemented to allow 4gl developers to easily manipulate date and time values in time expressions:
returns the current date and time of day retrieved from the system clock |
|
converts character, integer, and datetime operands into DATE |
|
converts its DATE or DATETIME operand to a DATETIME value of the specified precision and scale |
|
converts the time-of-day portion of its DATETIME operand into a character string |
|
returns the current date retrieved from the system clock |
|
converts an integer expression to an INTERVAL value |
|
returns the day of the week implied by its DATE or DATETIME operand |
|