Open oulfr opened 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
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