Note the birth date
Note the current date
Subtract the birth year from the current year
If the current month is before the birth month, subtract 1 from the result
If the current month is the same as the birth month and the current day is before the birth day, subtract 1 from the result
The final result is the age in years
