Evaluates a date value and extracts datetime components in the specified format 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 |
|---|---|---|---|
date_column | column or datetime | ✓ Yes | The date or column of date values to format |
format | text | ✓ Yes | The datetime format string, using date format specifier (e.g. %Y, %m, %d, %H, etc.) |
date_column: DATE, DATETIME
Validation
- Minimum parameters: 2
- Maximum parameters: 2