コード例 #1
0
ファイル: ProCallLog.php プロジェクト: jasonhai/onehome
 protected function beforeSave()
 {
     $this->date = MyFormat::InvoiceDateToDbDate($this->date);
     return parent::beforeSave();
 }