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
Last updated
Converts text into a date/time value
TODATE( text
, [format]
)
Convert text into a date/time value
Date/time object corresponding to text
Last updated
Argument
Description
text
Text to convert to date
[format]
Optional: strftime format of text
. See strftime documentation for more information: https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior