Esempio n. 1
0
 public int getCoachAge() {
   Date birthday = getBirthday();
   return Utils.getAge(birthday);
 }