Hello Everyone!

I was wondering if you could assist me in generating an age variable in a panel dataset I am working on.

I have the date of the birth (date_birth) as well as the year variable (that indicates the year of the observation).

I was trying to do (year - data_birth)/365.25

However that is probably not working because while the year is yyyy, the date_birth is dd/mm/yyyy. How do I make the conversion?
The specific date of the year we can use to calculate the age is not important for my analysis, as long as it is standard in the data.

Also not sure if it is important, but I am using Stata 13