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
Essentially:
number_from_monday() => days_since(Monday) + 1 number_from_sunday() => days_since(Sunday) + 1 num_days_from_monday() => days_since(Monday) num_days_from_sunday() => days_since(Sunday)
If we want to replace number_from with something I'd probably go with days_since_plus_one or something more explicit.
number_from
days_since_plus_one
The text was updated successfully, but these errors were encountered:
Weekday::days_since
Successfully merging a pull request may close this issue.
Essentially:
If we want to replace
number_from
with something I'd probably go withdays_since_plus_one
or something more explicit.The text was updated successfully, but these errors were encountered: