Parses a text string representing a date in the specified format and returns the equivalent ISO datetime value Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
date
Syntax:
String
Context Filtering: ✗ No
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
text_column | column or text | ✓ Yes | The text string or column of text strings to parse |
format | text | ✓ Yes | The datetime format of the text string using format specifiers (e.g., %Y, %m, %d, %H, %M, %S, %B, %b, etc.) |
text_column: STRING, TEXT
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
2020-09-03 03:05:13