date
Syntax:
DateTimeColumn
Context Filtering: ✓ Yes
Parameters
Allowed Values for
precision: year, quarter, month, week
Allowed Column Types: DATETIME, DATE
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
date
Syntax:
LastDay([date], "precision")
DateTimeColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
date | column|datetime | ✓ Yes | The date or column of date values from which the date component is extracted. |
precision | text | ✓ Yes | The date component to evaluate for its last date and time. |
precision: year, quarter, month, week
Allowed Column Types: DATETIME, DATE
LastDay([Invoice Date], "month")
LastDay(Date("2020-01-10 10:34:29"), "year")