Date: Tue, 30 Dec 2008 17:41:15 -0500
Reply-To: Pareen Patel <mditconsult@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Pareen Patel <mditconsult@GMAIL.COM>
Subject: How to create quarter from a year period
I have created month and year report using the code below.
month=month(charge_dt);
year=year(charge_dt);
How can i create only quarter from 01jan2006 to 30nov2008.
charge_dt format is date9. 01jan2006.
Thanks
Pareen
|