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

getDayClasses not highlighting today #9

Open comn-nl opened 6 years ago

comn-nl commented 6 years ago

The if statement fails to highlight today when highlight days is not defined. Today should be added with an extra bracket to go into the else statement.

ryanrasmussen05 commented 6 years ago

I have a pull request open to fix this and another issue with getDayClasses

xtianus79 commented 6 years ago

@comn-nl @ryanrasmussen05 I will review this today to see if I can pull that request in

comn-nl commented 6 years ago

Ok thanks a lot. Hopefully that fixes the issue.