LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


Back to: Top of message | Previous page | Main SAS-L page