Open Bodom78 opened 7 years ago
hello, Im looking for the same... is it possible to disable specific dates?thanks.
Take a look at this part of the readme (using selectable
method):
https://github.com/indrimuska/angular-moment-picker#methods
(initially added in https://github.com/indrimuska/angular-moment-picker/pull/62)
Thanks! I will check it.
It work!!!thanks!!!
The official Angular Material mdDatePicker has a md-date-filter attribute which takes a function to check if a date should be enabled or disabled.
I could not find anything in the docs about disabling specific dates. Is it not possible or did I miss something?
Cheers.