Пример #1
0
 public function init()
 {
     $this->issue_date = $this->readDate('now');
     $this->due_date = $this->readDate('now');
     $this->ref_date = $this->readDate('now');
     return parent::init();
 }