Esempio n. 1
0
 protected function beforeSave()
 {
     $this->date = MyFormat::InvoiceDateToDbDate($this->date);
     return parent::beforeSave();
 }