ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Disable some date #79

Closed trungvose closed 7 years ago

trungvose commented 7 years ago

Hi guys,

Thanks for this great library.

Can I check If you are planning to support disabling some date in the picker like the below link?

https://eonasdan.github.io/bootstrap-datetimepicker/#enableddisabled-dates

allenhwkim commented 7 years ago

Currently, we do not have this feature. I think this can be developed with;

  1. min-date
  2. max-date
  3. min-hour
  4. max-hour
  5. dates-disabled
allenhwkim commented 7 years ago

released with 0.11.0 please verify the change.