Re: EXSLT format-date
Christoffer Dam Bruun <[email protected]>
| Newsgroups | gmane.text.xml.xalan.java.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Tomas,
If I remove the ".625" part of the date then I get the correct result.
On http://exslt.org/date/functions/format-date/index.html it shows that
the ".millis" are not
one of the permitted formats.
Best regards
Christoffer Bruun
On 12-08-2009 13:01, Tomas Studva wrote:
> <xsl:variable name="datePattern">dd.MM.yyyy. 'o' HH:mm</xsl:variable>
> <xsl:value-of select="date:format-date('2009-08-12T12:51:51.625+02:00',
> $datePattern)" />
>