Searched refs:formatTimeRange (Results 1 – 1 of 1) sorted by relevance
635 displayTime = formatTimeRange(event.time, event.endTime);684 … conflictText += ' (' + formatTimeRange(conflict.time, conflict.endTime) + ')';827 displayTime = formatTimeRange(event.time, event.endTime);884 conflictText += ' (' + formatTimeRange(conflict.time, conflict.endTime) + ')';2185 window.formatTimeRange = function(startTime, endTime) { function