Esempio n. 1
0
 protected function beforeFind()
 {
     $this->fixDate($this, 'dob');
     parent::beforeFind();
 }
Esempio n. 2
0
 protected function beforeFind()
 {
     $this->fixDate($this, 'date');
     $this->fixDate($this, 'date_applied');
     parent::beforeFind();
 }
Esempio n. 3
0
 protected function beforeFind()
 {
     $this->fixDate($this, 'transfer_date');
     parent::beforeFind();
 }