format-day-header allows the header to be changed according to the angular options listed in https://docs.angularjs.org/api/ng/filter/date. However in a few situations this is not enough, for example how can I show only the first capital letter of the day?
Perhaps calling a callback function would fix it by letting the user to customize the header.
format-day-header
allows the header to be changed according to the angular options listed in https://docs.angularjs.org/api/ng/filter/date. However in a few situations this is not enough, for example how can I show only the first capital letter of the day? Perhaps calling a callback function would fix it by letting the user to customize the header.