Scripting > UNICOM Intelligence Function Library > Date and time functions > DateOnly
 
DateOnly
Returns the date from a date and time value.
Syntax
DateOnly(Val)
Parameters
Val
Type: Date
Date value.
(return)
Type: Date
The date from Val (year, month and day).
Remarks
The return value is the same as Val, but with the time of day set to 00:00:00.
See also
DateAdd
Date and time functions