We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like yearday() functions to get the day of the year, similar to weekday().
yearday()
weekday()
Look for a way to get the day of the year
Cry
The text was updated successfully, but these errors were encountered:
day() gives you a value of 1-31, which is the day of the month...
day()
Sorry, something went wrong.
Whoops! Typo - I meant yearday 😅
Successfully merging a pull request may close this issue.
Description
I would like
yearday()
functions to get the day of the year, similar toweekday()
.Steps To Reproduce Problem
Look for a way to get the day of the year
Cry
The text was updated successfully, but these errors were encountered: