I have a date of birth variable coded as the number of months elapsed since January 1900. So, for instance, for a person born on January 1901, this variable would take the number 12.
From this variable, I need to create the actual date of birth, but I am unsure of how to do it efficiently. Any ideas?
Thank you!
From this variable, I need to create the actual date of birth, but I am unsure of how to do it efficiently. Any ideas?
Thank you!
Comment