Converts text into a date/time value
Last updated 3 years ago
TODATE( text, [format] )
text
[format]
Convert text into a date/time value
Argument
Description
Text to convert to date
Optional: strftime format of text. See strftime documentation for more information:
Date/time object corresponding to text
TODATE("2015-12-22") >> 12/22/2015