Type: Function
Function: DATE
Syntax: DATE(year, month, day)
Description: Build a datetime object based on the provided year, month, and day. The time portion of the date is set to midnight.
Sample usage:
DATE(2023, 1, 15)
=>2023-01-15T00:00:00Z