date
Syntax:
DateTimeColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
1970-01-01 00:00:00
2017-08-26 05:21:34Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
date
Syntax:
DateFromUnix([number])
DateTimeColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number | number|column | ✓ Yes | A number or column of numbers representing a Unix timestamp (seconds or milliseconds). |
DateFromUnix(0)
1970-01-01 00:00:00
DateFromUnix(1503724894)
2017-08-26 05:21:34