Exemplo n.º 1
0
 public function getAge()
 {
     return round(vih_calculate_age($this->value['birthday'], $this->tilmelding->kursus->get('startdato')), 0);
 }
Exemplo n.º 2
0
 function getAge()
 {
     return (double) vih_calculate_age($this->get('birthday'), $this->get('dato_start'));
 }