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
qday
Similar to wday, mday or yday, why not add qday function as well?
wday
mday
yday
qday would calculate the day of the current quarter for a specified time/date.
The text was updated successfully, but these errors were encountered:
I commented on the discussion about adding quarter to floor_date. Maybe that can be leveraged for this problem?
floor_date
E.g. qday(date) is date minus floor_date(date, "quarter"), converted to integer.
qday(date)
date
floor_date(date, "quarter")
Sorry, something went wrong.
8bb248e
No branches or pull requests
Similar to
wday
,mday
oryday
, why not addqday
function as well?qday
would calculate the day of the current quarter for a specified time/date.The text was updated successfully, but these errors were encountered: