kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

DateRange for markDates #72

Open SebApptien opened 3 years ago

SebApptien commented 3 years ago

Hello, is not possible to use a dateRange for the markDates option? Like disableDateRanges.

Thanks

kekeh commented 3 years ago

You can mark multiple dates like an example here: https://github.com/kekeh/angular-mydatepicker/wiki/usage-of-markDates-option

SebApptien commented 3 years ago

Yes, I saw this possibility. But the user cannot select a period with a begin and an end (like for disableDate). Perfect for two / three days, less userfriendly for two months.

Thank you. Have a great day.