fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
249 stars 252 forks source link

Custom rules of the week #474

Open AntonLukovtsev opened 2 years ago

AntonLukovtsev commented 2 years ago

Hello! Does anyone know if it is possible to change the "CalendarWeekRule". https://en.wikipedia.org/wiki/ISO_week_date.

I need to add 3 algorithms for the behavior of weeks for accountants.

FirstDayOfYear = 0 FirstFullWeek , FirstFourDayWeek

Some brave people know how I can do this?)

Btw, seems showISOWeekNumbers works like FirstFourDayWeek.

Thx.