Copied to clipboard

Flag this post as spam?

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


  • İdris 34 posts 184 karma points
    Jun 26, 2013 @ 10:02
    İdris
    0

    Date Format

    I'd like to have a breka between day and month like below.

        23

      MAY

    My format 'dd MMMM'

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Jun 26, 2013 @ 10:25
    Lee Kelleher
    101

    Hi idris,

    You could try this approach:

    <xsl:value-of select="umbraco.library:FormatDateTime($currentPage/@updateDate, 'dd')"/>
    <br />
    <xsl:value-of select="umbraco.library:FormatDateTime($currentPage/@updateDate, 'MMMM')"/>

    Cheers, Lee.

  • İdris 34 posts 184 karma points
    Jun 26, 2013 @ 12:30
    İdris
    0

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft