Searched refs:isRangeAllDay (Results 1 – 1 of 1) sorted by relevance
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 3874 start: this.calendar.msToMoment(unzonedRange.startMs, dateProfile.isRangeAllDay), 3875 end: this.calendar.msToMoment(unzonedRange.endMs, dateProfile.isRangeAllDay) 3876 …}, dateProfile.isRangeAllDay, this.opt('titleFormat') || this.computeTitleFormat(dateProfile), thi… 3912 var forceAllDay = dateProfile.isRangeAllDay && !this.usesMinMaxTime; 4479 …his.start = calendar.msToMoment(dateProfile.activeUnzonedRange.startMs, dateProfile.isRangeAllDay); 4480 this.end = calendar.msToMoment(dateProfile.activeUnzonedRange.endMs, dateProfile.isRangeAllDay); 4481 …valStart = calendar.msToMoment(dateProfile.currentUnzonedRange.startMs, dateProfile.isRangeAllDay); 4482 …ntervalEnd = calendar.msToMoment(dateProfile.currentUnzonedRange.endMs, dateProfile.isRangeAllDay); 5723 var isRangeAllDay; 5734 isRangeAllDay = /^(year|month|week|day)$/.test(currentInfo.unit); [all …]
|