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
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
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
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