TODATE
Converts text into a date/time value
TODATE( text
, [format]
)
Convert text into a date/time value
Arguments
Argument | Description |
| Text to convert to date |
| Optional: strftime format of |
Output
Date/time object corresponding to text
Examples
Last updated