Searched refs:monthStart (Results 1 – 3 of 3) sorted by relevance
| /plugin/calendar/ |
| H A D | calendar-main.js | 346 const monthStart = new Date(year, month - 1, 1); 375 if (eventEnd < monthStart || eventStart > monthEnd) { 403 eventCopy._continues_from_prev = (eventStart < monthStart); 602 const monthStart = year && month ? new Date(year, month - 1, 1) : null; 607 if (monthStart && monthEnd) { 610 if (eventDate < monthStart || eventDate > monthEnd) {
|
| H A D | syntax.php | 244 $monthStart = new DateTime(sprintf('%04d-%02d-01', $year, $month)); 248 if ($eventEnd < $monthStart || $eventStart > $monthEnd) { 272 $evt['_continues_from_prev'] = ($eventStart < $monthStart);
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 513 monthStart: 0, property 1653 …for (i = parseInt(options.monthStart, 10), opt = ''; i <= parseInt(options.monthEnd, 10); i += 1) {
|