moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.23k stars 730 forks source link

Implement localized week information #1454

Closed diesieben07 closed 11 months ago

diesieben07 commented 1 year ago

Use Intl.Locale#getWeekInfo to provide locale-dependent week information, such as the start of the week.

Fixes #1447

Current status:

icambron commented 1 year ago

Looks really good. Left one comment

diesieben07 commented 11 months ago

After a lot of work, this is now ready for review. All features I wanted to add have been implemented, including tests.

icambron commented 11 months ago

This is great. Merging as-is.

carvalheiro commented 10 months ago

Hey! Any Idea when will this be released at npm? @icambron

Amazing work btw 🚀