Home
last modified time | relevance | path

Searched refs:month (Results 151 – 175 of 349) sorted by path

12345678910>>...14

/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md12 lists (e.g. 1,2,3), W to find the nearest weekday for a given day of the month, L to
13 find the last day of the month, L to find the last given weekday of a month, and hash
14 (#) to find the nth weekday of a given month.
61 | | | +---------- month (1 - 12)
62 | | +--------------- day of month (1 - 31)
/plugin/database/
H A Ddatabase.php737 $month = substr($value,5,2);
741 ||!checkdate($month,$day,$year))
/plugin/database2/
H A Ddatabase2.php4728 list( $year, $month, $day ) = explode( '-', trim( $date ) );
4733 ( intval( $month ) == 0 ) && ( intval( $day ) == 0 ) )
4743 intval( $month ), intval( $day ), intval( $year ) );
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js235 if (typeof el.month != "undefined") {
353 if (mon.month != date.getMonth()) {
354 date.setMonth(mon.month);
430 if (mon.month != cal.date.getMonth()) {
959 mn.month = i;
1118 var month = date.getMonth();
1133 var MN = Calendar._SMN[month];
1711 Date.prototype.getMonthDays = function(month) { argument
1713 if (typeof month == "undefined") {
1714 month = this.getMonth();
[all …]
/plugin/datepicker/
H A Dstyle.css36 .calendar thead .title { /* This holds the current "month, year" */
77 /* The body part -- contains all the days in month. */
79 .calendar tbody .day { /* Cells <TD> containing month days dates */
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1245 var month = _this.currentTime.getMonth() + 1,
1247 if (month === 12) {
1249 month = 0;
1256 new Date(_this.currentTime.getFullYear(), month + 1, 0).getDate(),
1260 _this.currentTime.setMonth(month);
1271 return month;
1280 var month = _this.currentTime.getMonth() - 1;
1281 if (month === -1) {
1283 month = 11;
1291 _this.currentTime.setMonth(month);
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2856 month: 'month',
14050 …return date.month() !== moment.utc(dateProfile.currentUnzonedRange.startMs).month(); // TODO: opti…
15125 duration: { month: 1 },
H A Dfullcalendar.less887 .fc-day-top.fc-other-month {
H A Dfullcalendar.print.less75 /* Undo month-view event limiting. Display all events and hide the "more" links
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Daf.js1 …wMonthAfterYear:!1,yearSuffix:""}),t.locale("af",{buttonText:{year:"Jaar",month:"Maand",week:"Week…
H A Dar-dz.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ar-dz",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dar-kw.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ar-kw",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dar-ly.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),n.locale("ar-ly",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dar-ma.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ar-ma",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dar-sa.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),n.locale("ar-sa",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dar-tn.js1 …TL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ar-tn",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dar.js1 …isRTL:!0,showMonthAfterYear:!1,yearSuffix:""}),n.locale("ar",{buttonText:{month:"شهر",week:"أسبوع"…
H A Dbe.js1 …isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("be",{buttonText:{month:"Месяц",week:"Тыдз…
H A Dbg.js1 …isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("bg",{buttonText:{month:"Месец",week:"Седм…
H A Dbs.js1 …,yearSuffix:""}),r.locale("bs",{buttonText:{prev:"Prošli",next:"Sljedeći",month:"Mjesec",week:"Sed…
H A Dca.js1 …isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ca",{buttonText:{month:"Mes",week:"Setman…
H A Dcs.js1 …isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("cs",{buttonText:{month:"Měsíc",week:"Týde…
H A Dda.js1 …isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("da",{buttonText:{month:"Måned",week:"Uge"…
H A Dde-at.js1 …nthAfterYear:!1,yearSuffix:""}),r.locale("de-at",{buttonText:{year:"Jahr",month:"Monat",week:"Woch…
H A Dde-ch.js1 …nthAfterYear:!1,yearSuffix:""}),r.locale("de-ch",{buttonText:{year:"Jahr",month:"Monat",week:"Woch…

12345678910>>...14