I know this isn't directly related to StudioPress but I will be using it in one of their themes.
I want to calculate a persons age.
I have 3 custom fields:
dob_year
dob_month
dob_day
How would I go about creating some php code to covert these fields to an age?
I know it can be done but I've been struggling with it