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 (March 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 26 Mar 2008 17:49:41 -0700
Reply-To:     Lex Jansen <lexjansen@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Lex Jansen <lexjansen@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: How to print today's date in a SAS title
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Hmmm. 04/03/2008, April or March ????? It depends where you are: USA or the rest of the world. Better is to use ISO 8601: 2008-04-03, then the whole world will understand it is the 3rd of April, 2008

Title "The date today is %sysfunc(today(), IS8601DA.)";

See also: http://support.sas.com/onlinedoc/913/getDoc/en/engxml.hlp/a002766173.htm

Lex Jansen

On Mar 25, 2:29 pm, f...@CORNELL.EDU (Florio Arguillas) wrote: > This one. > > Title "The date today is %sysfunc(today(), mmddyy10.)"; > > HTH, > > Florio > > At 02:12 PM 3/25/2008, A.B. wrote: > > > > >Is there a easy way to do that? > > >Thanks! > >-- > >A.B.- Hide quoted text - > > - Show quoted text -


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