moment / luxon

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

Use Info.Locale.weekInfo to determine start of week #1414

Open JapNolt opened 1 year ago

JapNolt commented 1 year ago

It appears like Intl.Locale.weekInfo is implemented in most browsers. Can this be used in luxon to determine the correct start of week?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/weekInfo

diesieben07 commented 1 year ago

Generally a good idea, however a few things to keep in mind: