Home
last modified time | relevance | path

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

/plugin/schedule/
H A Dajax.php34 $ds_showDay = trim ($scheduleRoot->df2ds ($_REQUEST['schd']['date']));
H A DscheduleRoot.class.php125 function df2ds ($df_date) { function in scheduleRoot
348 $date = $this->df2ds ($request[$md5]['date']);
H A Dschedules.class.php215 $this->before = $this->scheduleRoot->df2ds ($before);
216 $this->after = $this->scheduleRoot->df2ds ($after);
217 $this->date = $this->scheduleRoot->df2ds ($date);
448 … $this->before = $this->after = $this->date = $this->scheduleRoot->df2ds ($request['date']);
509 $schedule->from = $this->scheduleRoot->df2ds ($request ['from']);
510 $schedule->to = $this->scheduleRoot->df2ds ($request ['to']);