You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we may want to display week range as Sunday === 0 and Saturday === 6, so that the week starts from Sunday.
Now Dates.week.floor(date) gives end of Sunday, but would be nice to provide locale-dependent shift for the date.
The text was updated successfully, but these errors were encountered:
dy
changed the title
Adjust week based on locale
UTC-based week math
May 3, 2019
Hey @dy thanks for reaching out. Unfortunately, I don't think any of us are focused directly on this library these days. I'm happy to add new contributors/owners, so long as you include new versions of the API, and follow semver for breaking changes.
Sometimes we may want to display week range as Sunday === 0 and Saturday === 6, so that the week starts from Sunday.
Now Dates.week.floor(date) gives end of Sunday, but would be nice to provide locale-dependent shift for the date.
The text was updated successfully, but these errors were encountered: