Hi everyone,
I have three variables, day, month and year. Day (1,2,3,etc.) and Year (1991,1992,1993, etc.) are numeric and month is string (Jan, Feb, Mar, etc.). I need these three to be one variable called 'dateofbirth'. How do I concatenate this?
For the next step, I need to create a variable which gives us the age. So I need something like 'present date-dateofbirth'. How should I go about it?
thanks!
M
I have three variables, day, month and year. Day (1,2,3,etc.) and Year (1991,1992,1993, etc.) are numeric and month is string (Jan, Feb, Mar, etc.). I need these three to be one variable called 'dateofbirth'. How do I concatenate this?
For the next step, I need to create a variable which gives us the age. So I need something like 'present date-dateofbirth'. How should I go about it?
thanks!
M
Comment