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

fix setting today class #10

Closed ryanrasmussen05 closed 5 years ago

ryanrasmussen05 commented 6 years ago

If highlight days are not set, still set the 'today' class on todays date.

Also, fix appending 'today' class onto highlightDay class if highlightDays includes today

ryanrasmussen05 commented 6 years ago

@xtianus79 have you reviewed this? We'd love to get this merged as we are using this for a contract that's nearing prod

ryanrasmussen05 commented 6 years ago

ping @xtianus79

ryanrasmussen05 commented 6 years ago

ping @xtianus79

ryanrasmussen05 commented 6 years ago

ping @xtianus79

xtianus79 commented 5 years ago

@ryanrasmussen05 I merged your fix in. I really need to get back on top of this.