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 4026 posts 15837 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies