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

disableDaysAfter not working #19

Open swapnil-townscript opened 5 years ago

swapnil-townscript commented 5 years ago

disableDaysAfter is not working. Can you please provide details on how to use the above property as we want to restrict the date selection before some pre-defined endDate ?

Aish1206 commented 4 years ago

Hi Swapnil

Are you able to accomplish this. ? By default I am able to disable future dates, but I want to disable present date also.

So I am trying this but this is not working disableDaysAfter = moment().utc().subtract(1, 'days')

Ref link http://arca-computing.github.io/MultipleDatePicker/#disable-days-after

Please let me know if you are able to achieve it Thanks