kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

marker's #46

Closed nt4solutions closed 4 years ago

nt4solutions commented 4 years ago

Can the day marker, or weekend markers, or holiday markers, be diferents, costumized ?

kekeh commented 4 years ago

You can set separate (own) styles to each marked dates. Here is an example on how to do it: usage of markDates option. Also check instructions of the markDates option from the README.

Is this what you want?

nt4solutions commented 4 years ago

this can be applied on the same perspective on the disabled days

kekeh commented 4 years ago

You can set both marked and disabled dates to same calendar view. You can use disableDates option like markedDates option. Here is an example of disabledDates option.