DATE

Scripting Formulas Time & Date

TIME.DATE

TIME.DATE(year, month, day)

Converts numbers for a year, a month, and a day into a Date object which can be used with formulas.

// Produces a Date object for January 1st, 2000
{{ TIME.DATE(2000, 1, 1) }}