Re: changing the default Date format

2002-04-15 Thread Nirmal Govind
in preamble: \newcommand\myToday{\ifcase\month\or   January\or February\or March\or April\or May\or June\or   July\or August\or September\or October\or November\or December\fi   \space\number\day, \number\year} and in the text in tex(red) \myToday Herbert Works great! Thanks a lot Herbert... nirm

Re: changing the default Date format

2002-04-15 Thread Herbert Voss
Nirmal Govind wrote: > > How do I change the default format of the Date? Right now it says "15th > April 2002" but say I want it to be "April 15, 2002" instead? I know I > can do it manually with \date{} but how do I change the default so that > it looks like this when I just say \today for

Re: changing the default Date format

2002-04-15 Thread Matej Cepl
On Mon, Apr 15, 2002 at 03:18:02AM -0400, Nirmal Govind wrote: > How do I change the default format of the Date? Right now it says "15th > April 2002" but say I want it to be "April 15, 2002" instead? I know I can > do it manually with \date{} but how do I change the default so that it > looks

changing the default Date format

2002-04-14 Thread Nirmal Govind
How do I change the default format of the Date? Right now it says "15th April 2002" but say I want it to be "April 15, 2002" instead? I know I can do it manually with \date{} but how do I change the default so that it looks like this when I just say \today for instance.. Thanks, nirmal