dayofyear()
Learn how to use the dayofyear() function to return the day number of the given year.
Returns the integer number represents the day number of the given year.
Syntax
dayofyear(
date)
Parameters
Name | Type | Required | Description |
---|---|---|---|
date | datetime | ✔️ | The datetime for which to determine the day number. |
Returns
The day number of the given year.
Example
dayofyear(datetime(2015-12-14))
Output
result |
---|
348 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.