We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348c1ca commit eeeda6fCopy full SHA for eeeda6f
apps/demos/Demos/Calendar/Overview/jQuery/index.js
@@ -95,7 +95,7 @@ $(() => {
95
return day === 0 || day === 6;
96
}
97
function isHoliday(d) {
98
- return holidays.some((item) => d.date.getDate() === item[0] && d.date.getMonth() === item[1]);
+ return holidays.some((item) => d.getDate() === item[0] && d.getMonth() === item[1]);
99
100
101
function getCellTemplate(data) {
0 commit comments