Description | The |
Syntax | DAY_OF_YEAR( |
Output | integer |
Variables
date
: The date or datetime for which you want to determine the day of the year.
Example
DAY_OF_YEAR(`Event Date`)
Event | Event Date | DAY_OF_YEAR |
Event A | September 10, 2023 | 253 |
Event B | August 25, 2023 | 237 |
Event C | January 15, 2023 | 15 |