Home
last modified time | relevance | path

Searched refs:nextMonth (Results 1 – 9 of 9) sorted by relevance

/plugin/calendar/
Dsyntax.php150 $nextMonth = $month + 1;
152 if ($nextMonth > 12) {
153 $nextMonth = 1;
218 …v-btn" onclick="navCalendar(\'' . $calId . '\', ' . $nextYear . ', ' . $nextMonth . ', \'' . $name…
1181 $nextMonth = $month + 1;
1183 if ($nextMonth > 12) {
1184 $nextMonth = 1;
1249 …btn" onclick="navEventPanel(\'' . $calId . '\', ' . $nextYear . ', ' . $nextMonth . ', \'' . $name…
Dcalendar-main.js328 let nextMonth = month + 1;
330 if (nextMonth > 12) {
331 nextMonth = 1;
337 …navBtns[1].setAttribute('onclick', `navCalendar('${calId}', ${nextYear}, ${nextMonth}, '${namespac…
2108 let nextMonth = month + 1;
2110 if (nextMonth > 12) {
2111 nextMonth = 1;
2118 …ns[1].setAttribute('onclick', `navEventPanel('${calId}', ${nextYear}, ${nextMonth}, '${namespace}'…
2124 …ns[1].setAttribute('onclick', `navEventPanel('${calId}', ${nextYear}, ${nextMonth}, '${namespace}'…
/plugin/noticeboard/
Dsyntax.php416 <input type='hidden' name='noticeboard_month' value='".$nextMonth."' />
/plugin/noticeboard/noticeboard/
Dsyntax.php416 <input type='hidden' name='noticeboard_month' value='".$nextMonth."' />
/plugin/datepicker/script/jscalendar-1.0/
Dcalendar.js1035 function nextMonth() { function
1072 nextMonth();
1085 nextMonth();
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1239 _this.nextMonth = function () { function
1398 _xdsoft_datetime.nextMonth();
1764 _xdsoft_datetime.nextMonth();
/plugin/edittable/lib/
Dhandsontable.full.js50165 nextMonth : 'Next Month', property
50315 …pika-next' + (next ? '' : ' is-disabled') + '" type="button">' + opts.i18n.nextMonth + '</button>';
50362 self.nextMonth();
50776 nextMonth: function() method
50974 nextMonth = month === 11 ? 0 : month + 1,
51008 monthNumber = nextMonth;
/plugin/zwidoku/files/
H A Djs.js1nextMonth:'Next Month',months:['January','February','March','April','May','June','July','August','…
/plugin/jsontable/script/
Dhandsontable.full.min.js35nextMonth:"Next Month",months:["January","February","March","April","May","June","July","August","…