xtianus79 / multiple-date-picker-angular

Multiple Date Picker for Angular: This includes Angular 2+ / 4+ / 5+ to utilize a lightweight and clean calendar allowing user to select multiple dates, single, use custom callback on (de)selection. You can also specify off days or already selected days. You can also select a range of dates with start and end inputs... This will also calculate all the days inbetween.
http://xtianus79.github.io/MultipleDatePicker
MIT License
14 stars 19 forks source link

daysAllowed not working #18

Open swapnil-townscript opened 5 years ago

swapnil-townscript commented 5 years ago

Hey, we are using https://github.com/xtianus79/multiple-date-picker-angular but [daysAllowed] not working. If you also can share details on how to define disable-days-after property in A5 as we want to restrict dates to be selected within some defined endDate. Thanks.