year-calendar / js-year-calendar

A fully customizable year calendar widget
https://year-calendar.github.io/
Apache License 2.0
194 stars 71 forks source link

Disbaled day not working #77

Open oulfr opened 2 years ago

oulfr commented 2 years ago

There is a problem with disabled date by day:

disabledDays:[new Date(Date.parse('28-12-2021'))],

This code is not working because you do a comparaison in your code bewteen date time not bewteen date, so:

'28-12-2021 12:00' and '28-12-2021 11:59' it will be different date for your code