Converts a date to the number day of the year, from 1 (Jan 1) to 365 (Dec 31). Accounts for leap years. 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:
IntColumn
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | column|datetime | ✓ Yes | The date or column of date values to evaluate. |
timezone | text | ✗ No | Optional IANA time zone name (e.g., “Europe/Amsterdam”). |
Validation
- Minimum parameters: 1
- Maximum parameters: 2
Examples
1
365
366
2