Searched refs:yearToUse (Results 1 – 4 of 4) sorted by relevance
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | moment.js | 2032 var i, date, input = [], currentDate, expectedWeekday, yearToUse; 2047 yearToUse = defaults(config._a[YEAR], currentDate[YEAR]); property 2049 if (config._dayOfYear > daysInYear(yearToUse) || config._dayOfYear === 0) { 2053 date = createUTCDate(yearToUse, 0, config._dayOfYear);
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 9340 var i, date, input = [], currentDate, yearToUse; 9355 yearToUse = defaults(config._a[YEAR], currentDate[YEAR]); property 9357 if (config._dayOfYear > daysInYear(yearToUse) || config._dayOfYear === 0) { 9361 date = createUTCDate(yearToUse, 0, config._dayOfYear);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …yearToUse;if(config._d){return;}currentDate=currentDateArray(config);if(config._w&&config._a[DATE]…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …yearToUse;\n\n if (config._d) {\n return;\n }\n\n currentDate = cu…
|