Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Doug Mackay 56 posts 155 karma points
    Dec 11, 2010 @ 20:32
    Doug Mackay
    1

    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

    <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'

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Jan 02, 2011 @ 19:23
    Sebastiaan Janssen
    0

    Thanks Doug, excellent point! This is now changed in the lastest version.

Please Sign in or register to post replies

Write your reply to:

Draft