Calculate age from two dates
I would like to calculate an age of a person between two different date. The dates are both in yyyy-mm-dd
I am using the following;
$row_member_profile['dog_dob']
$row_member_profile['years']
I have tried lots of different things but just can't get it to work.
Any help would be greatly appreciated.