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)" />

Reply via email to