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