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