quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.29k stars 3.43k forks source link

Format Date - Support ISO Week Year (GGGG) #17088

Open psevertson opened 1 month ago

psevertson commented 1 month ago

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

Moment.js, Day.js, and other date libraries support date format tokens for the ISO week year (GGGG). This is so you can format dates like 2022-01-01 as 2021-W52 instead of the current YYYY token which returns the locale year.

https://momentjs.com/docs/#/parsing/string-format/:~:text=by%20moment.locale()-,gggg,-2014 https://day.js.org/docs/en/plugin/advanced-format