Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2832 weekNumberCalculation: 'local', property
11159 var weekNumberCalculation = opts.weekNumberCalculation;
11163 if (weekNumberCalculation === 'iso') {
11164 weekNumberCalculation = 'ISO'; // normalize property
11181 if (firstDay == null && weekNumberCalculation === 'ISO') {
11190 weekNumberCalculation === 'ISO' ||
11191 weekNumberCalculation === 'local' ||
11192 typeof weekNumberCalculation === 'function') {
11193 …localeData._fullCalendar_weekCalc = weekNumberCalculation; // moment-ext will know what to do with…