View Single Post
  #1  
Old 03-28-2012, 09:48 AM
mark1975 mark1975 is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Sep 2010
Posts: 20
Default Calculate Age from Date Of Birth custom fields.

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