The DATE function
The DATE function converts a character
string to a DATE value. In the following query, the DATE function
converts a character string to a DATE value to allow for comparisons
with DATETIME values. The query retrieves DATETIME values only when call_dtime is
later than the specified DATE.
The following query converts DATETIME values to DATE format
and displays the values, with labels, only when call_dtime is
greater than or equal to the specified date.