ng2-ui / datetime-picker

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

[enable-dates] functionality #196

Open somnathswami opened 7 years ago

somnathswami commented 7 years ago

as like [disabled-dates] i want [enabled dates] functionality, can anyone help me regarding this

thanks and regards Somnath

marpereira commented 7 years ago

Specify one use case.

Disable-dates are used to disable holidays for example. Since all dates are enabled, in which context do you need that attribute?

If you disable all holidays but Christmas, you can simply remove Christmas day from [disabled-dates] list. Give one example that you have in mind.

Thanks, MP

somnathswami commented 7 years ago

Thanks MP