Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Sebastiaan,
It looks like the hour section of all times are getting converted to be between 1 - 12.
I think this line should be changed
<xsl:value-of select="umbraco.library:FormatDateTime($homeNode/@updateDate, 'yyyy-MM-ddThh:mm:ss+00:00')" />
to
<xsl:value-of select="umbraco.library:FormatDateTime($homeNode/@updateDate, 'yyyy-MM-ddTHH:mm:ss+00:00')" />
'hh' has been change to 'HH'
Thanks Doug, excellent point! This is now changed in the lastest version.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Incorrect times
Hi Sebastiaan,
It looks like the hour section of all times are getting converted to be between 1 - 12.
I think this line should be changed
to
'hh' has been change to 'HH'
Thanks Doug, excellent point! This is now changed in the lastest version.
is working on a reply...