MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / getDaysInMonth

Function getDaysInMonth

codebase/sources/dhtmlxscheduler.js:6952–6954  ·  view source on GitHub ↗
(year, month)

Source from the content-addressed store, hash-verified

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");

Callers 1

extend$6Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected