|  | Changing "Createdate" format in Wrod 2003 |  | |
| | | Mike1041 |  |
| Posted: Tue Sep 09, 2008 1:34 pm Post subject: Changing "Createdate" format in Wrod 2003 |  |
One standard formatting of CreateDate is in the form of "26 September 2008" I want to change the format to automatically enter the date in the form of "26th day of September, 2008". |
| |
| | | Jay Freedman |  |
| Posted: Tue Sep 09, 2008 1:47 pm Post subject: Re: Changing "Createdate" format in Wrod 2003 |  |
On Tue, 9 Sep 2008 08:34:00 -0700, Mike1041 <Mike1041@discussions.microsoft.com> wrote:
| Quote: | One standard formatting of CreateDate is in the form of "26 September 2008" I want to change the format to automatically enter the date in the form of "26th day of September, 2008".
|
You'll have to do it with two copies of the CreateDate field plus some plain text. With field codes displayed, it should look like this:
{CREATEDATE \@ "d" \*ordinal} day of {CREATEDATE \@ "MMMM, yyyy"}
-- Regards, Jay Freedman Microsoft Word MVP FAQ: LINK Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
| |
| | | Mike1041 |  |
| Posted: Tue Sep 09, 2008 7:50 pm Post subject: Re: Changing "Createdate" format in Wrod 2003 |  |
I tried this; however, it did not work. Is the syntax correct?
"Jay Freedman" wrote:
| Quote: | On Tue, 9 Sep 2008 08:34:00 -0700, Mike1041 <Mike1041@discussions.microsoft.com wrote:
One standard formatting of CreateDate is in the form of "26 September 2008" I want to change the format to automatically enter the date in the form of "26th day of September, 2008".
You'll have to do it with two copies of the CreateDate field plus some plain text. With field codes displayed, it should look like this:
{CREATEDATE \@ "d" \*ordinal} day of {CREATEDATE \@ "MMMM, yyyy"}
-- Regards, Jay Freedman Microsoft Word MVP FAQ: LINK Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
|
|
| |
| | | Jay Freedman |  |
| Posted: Tue Sep 09, 2008 9:42 pm Post subject: Re: Changing "Createdate" format in Wrod 2003 |  |
It works for me, in both Word 2003 and 2007. In what way does it fail for you?
On Tue, 9 Sep 2008 14:50:01 -0700, Mike1041 <Mike1041@discussions.microsoft.com> wrote:
| Quote: | I tried this; however, it did not work. Is the syntax correct?
"Jay Freedman" wrote:
On Tue, 9 Sep 2008 08:34:00 -0700, Mike1041 <Mike1041@discussions.microsoft.com wrote:
One standard formatting of CreateDate is in the form of "26 September 2008" I want to change the format to automatically enter the date in the form of "26th day of September, 2008".
You'll have to do it with two copies of the CreateDate field plus some plain text. With field codes displayed, it should look like this:
{CREATEDATE \@ "d" \*ordinal} day of {CREATEDATE \@ "MMMM, yyyy"}
|
-- Regards, Jay Freedman Microsoft Word MVP FAQ: LINK Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
| |
| | | Graham Mayor |  |
| Posted: Wed Sep 10, 2008 3:00 am Post subject: Re: Changing "Createdate" format in Wrod 2003 |  |
| |  | |
Did you use CTRL+F9 for the field boundaries (or insert the two fields from the insert field dialog) or merely type them? See also the relevant section of LINK -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP
My web site LINK Word MVP web site LINK <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Mike1041 wrote:
| Quote: | I tried this; however, it did not work. Is the syntax correct?
"Jay Freedman" wrote:
On Tue, 9 Sep 2008 08:34:00 -0700, Mike1041 Mike1041@discussions.microsoft.com wrote:
One standard formatting of CreateDate is in the form of "26 September 2008" I want to change the format to automatically enter the date in the form of "26th day of September, 2008".
You'll have to do it with two copies of the CreateDate field plus some plain text. With field codes displayed, it should look like this:
{CREATEDATE \@ "d" \*ordinal} day of {CREATEDATE \@ "MMMM, yyyy"}
-- Regards, Jay Freedman Microsoft Word MVP FAQ: LINK Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
|
| |
|
|