Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js12917 var slotDate; // will be on the view's first day, but we only care about its time
12922slotDate = calendar.msToUtcMoment(dateProfile.renderUnzonedRange.startMs).time(slotTime); property
12928 util_1.htmlEscape(slotDate.format(this.labelFormat)) +
12933 '<tr data-time="' + slotDate.format('HH:mm:ss') + '"' +