Converts text into a date/time value
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: https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behaviorarrow-up-right
Date/time object corresponding to text
TODATE("2015-12-22") >> 12/22/2015
Last updated 4 years ago
Was this helpful?