Re: dateTime and Patterns.

At 12:04 01/08/28 -0400, martin.me.roberts@bt.com wrote:
>Is it possible to change the format of a dateTime attribute using patterns?

Restrict - yes, change - no.

I.e. you can write a pattern that restricts dates to be e.g.
only in even years. But you cannot write a pattern to change
the order of year-month-day. For the later, the best thing
you can do is something like:

<date value='2001-08-29'>Wednsday August 29, 2001</date>

Regards,   Martin.

Received on Wednesday, 29 August 2001 05:14:24 UTC