(year, month)
| 6950 | } |
| 6951 | }); |
| 6952 | function getDaysInMonth(year, month) { |
| 6953 | return new Date(year, month + 1, 0).getDate(); |
| 6954 | } |
| 6955 | scheduler2.event(lightbox, "click", function(e) { |
| 6956 | if (e.target.closest(".dhx_lightbox_day_select") || e.target.closest(".dhx_lightbox_month_select")) { |
| 6957 | const monthSelectNodes = lightbox.querySelectorAll(".dhx_lightbox_month_select"); |