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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Right now I use the JS 0-indexed approach for day numbering throughout the codebase e.g.
This is used consistently throughout cally:
firstDayOfWeek
1
day-0
But since the goal is to move entirely to Temporal API when it's available, we should switch to the ISO standard of 1-indexed day numbering.
Unfortunately this is a breaking change, so I will likely save for v1
v1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now I use the JS 0-indexed approach for day numbering throughout the codebase e.g.
This is used consistently throughout cally:
firstDayOfWeek
defaults to1
but is 0-indexedday-0
But since the goal is to move entirely to Temporal API when it's available, we should switch to the ISO standard of 1-indexed day numbering.
Unfortunately this is a breaking change, so I will likely save for
v1
The text was updated successfully, but these errors were encountered: