Searched refs:df2ds (Results 1 – 3 of 3) sorted by relevance
34 $ds_showDay = trim ($scheduleRoot->df2ds ($_REQUEST['schd']['date']));
125 function df2ds ($df_date) { function in scheduleRoot348 $date = $this->df2ds ($request[$md5]['date']);
215 $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']);