Hallo everyone,
I am using the datetime() function.
Code:
xmlns:datetime="http://exslt.org/dates-and-times"
...
<xsl:value-of select="datetime:dateTime()" />
...
It gives me the result:
Code:
2014-06-04T15:04:23+02:00
I tried to get this result by using trimming function, but i was not successfull. Is it possible to get the result below?
Code:
2014-06-04T15:04:23
Thanks for the help.
Regards,
Ratna
