Date: Thu, 6 Nov 2003 10:10:46 -0500
Reply-To: Ying Hu <yhu@MAIL.NIH.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ying Hu <yhu@MAIL.NIH.GOV>
Organization: NCI/NIH
Subject: datatime
Content-Type: text/plain; charset=us-ascii
Hi all,
I got the date of birth (dob) data
like this: 19Jul1999:00:00:00. I tried to extract the
year and month information by using
yearofbirth=year(dob);
monthofbirth=month(dob).
But seems it doesn't work. How to deal
with it? Thank you.
Ying
|