date
Syntax:
IntColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: DATETIME
Validation
- Minimum parameters: 1
- Maximum parameters: 2
Examples
11
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
date
Syntax:
Minute([date_column], |timezone|)
IntColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
date_column | column|datetime | ✓ Yes | The date or column containing date values from which the minute component is extracted. |
timezone | text | ✗ No | The IANA time zone (e.g., “America/Los_Angeles”) to convert the date before extracting the minute. If omitted, evaluated in UTC. |
Minute(Date("2007-08-14 07:11:00"))
11
Minute([Date])