parse date from text (text)
In the toolbox
Parse a date from a string.
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
text | String | ✓ | The text to parse into a date. |
Output
date - The date as a date object, if it can be parsed - otherwise null.