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