casparss / racket-meetup-mobile

Racket Meetup is a tennis social media app built in Typescript with Angular 5 on Ionic 4
0 stars 0 forks source link

Switching to ISO dates for UK/EU (Moment) #21

Open casparss opened 7 years ago

casparss commented 7 years ago

Currently Moment's default date date format has Sunday to Saturday as the default week range, when UK/EU uses Monday to Sunday. Currently the moment object is tweaked manually to get the beginning and end dates of a week by adding on days or providing an offset day value which is a bit clunky.

Apparently using ISO dates for UK/EU could solve the problem and then would allow the removal off overhead code from tweaking and allow region switching to be far smoother.

https://stackoverflow.com/questions/18875649/moment-js-starting-the-week-on-monday-with-isoweekday