Hi,
I have a list which contains a 2 DateTime columns. I'm customizing the list view through XSL. Here is my XSL code:
<xsl:value-of select="ddwrt:FormatDate(string($thisNode/@*[name()=concat(current()/@Name,'.ISO8601')]),1033,15)"/>
But my problem is, the seconds part of the DateTime is always displayed as 00.
Any help is appreciated. Thanks.
Joanna