Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dsyntax.php796 $isEventPast = function($dateKey, $time) use ($today) {
852 $isPast = $isEventPast($dateKey, $timeRaw);
H A Dcalendar-main.js574 const isEventPast = function(dateKey, time) { function
640 const isPast = isEventPast(dateKey, event.time);