DateOnly
Returns the date from a date and time value.
Syntax
DateOnly(<value>)
Parameters
<value>
Type: Date
Date value.
(return)
Type: Date
The date from <value> (year, month and day).
Notes
The return value is the same as Val, but with the time of day set to 00:00:00.
See also