Home
last modified time | relevance | path

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

/plugin/structtasks/meta/
H A DAbstractNotifier.php65 static protected function timeFromLastMidnight($date) { function in dokuwiki\\plugin\\structtasks\\meta\\AbstractNotifier
85 list($y, $m, $d) = array_map('abs', self::timeFromLastMidnight($duedate));
H A DTodayNotifier.php24 $time_remaining = $this->timeFromLastMidnight($new_data['duedate']);
H A DOverdueNotifier.php24 $time_remaining = $this->timeFromLastMidnight($new_data['duedate']);
H A DReminderNotifier.php47 $time_remaining = $this->timeFromLastMidnight($new_data['duedate']);