Lines Matching defs:date
19 protected $date;
38 $this->date = $INPUT->str('date');
39 if (!preg_match('/^\d\d\d\d-\d\d-\d\d$/', $this->date)) {
40 $this->date = date('Y-m-d');
55 * Show the navigational tabs and date picker
65 $form->addTextInput('date', $this->getLang('date'))
66 ->attr('type', 'date')->val($this->date)->addClass('quickselect');
78 ['do' => 'admin', 'page' => 'logviewer', 'date' => $this->date, 'facility' => $facility]
92 $logfile = Logger::getInstance($this->facility)->getLogfile($this->date);