TODATE

Converts text into a date/time value

TODATE( text, [format] )

Convert text into a date/time value

Arguments

Output

Date/time object corresponding to text

Examples

TODATE("2015-12-22")
>> 12/22/2015

Last updated