mattlewis92 / angular-bootstrap-calendar

A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
https://mattlewis92.github.io/angular-bootstrap-calendar/
MIT License
798 stars 369 forks source link

Set when the first week should start #567

Closed Retpit closed 7 years ago

Retpit commented 7 years ago

Hi, it would be wonderful if we can have an option to set when the first week of the year should start. Maybe we can have the following options:

Do you think this will be a hard feature to add?

Retpit commented 7 years ago

If the above request isn't something that can be done easily, maybe there is a way you don't display the week number in month view when hovering?

burtek commented 7 years ago

Ad.1. There is a standard (ISO) way of numbering weeks of year, which is the second option you mentioned. For your second question - setting CSS rule for div#cal-week-box { display: none; } should do the trick.

Retpit commented 7 years ago

Thanks! Works like a charm.