Subject: RE: date/time conversion template
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 26 Aug 2005 22:15:54 +0100
|
There's
http://www.exslt.org/date/functions/parse-date/index.html
but not many implementations available.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Jacquo Johnson [mailto:genxgeek@xxxxxxxxx]
> Sent: 26 August 2005 22:05
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: date/time conversion template
>
> Hi All,
>
> Does anybody have a template that I can use to convert from:
>
> <Datetime>Sep 24 2004 4:19PM</Datetime>
>
> to:
>
> <Datetime>2004-09-24 16:19:48.00</Datetime>
>
> I am stuck using xslt 1.0.
>
> Any information would be greatly appreciated.
>
> Thanks
|