Date: Mon, 17 Aug 2009 05:25:50 -0700
Reply-To: Box666 <bob@MYSTICAL.DEMON.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Box666 <bob@MYSTICAL.DEMON.CO.UK>
Organization: http://groups.google.com
Subject: Date format
Content-Type: text/plain; charset=ISO-8859-1
I am trying to format todays date as date hours mins which i believe
is "datetime13" but i cannot seems to correctly locate in in the code.
data _null_;
tdy_date = (today());
/* format &tdy_date. datetime13.;*/
run;
with thanks
Bob
|