Copied to clipboard

Flag this post as spam?

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


  • Connie DeCinko 931 posts 1159 karma points
    Oct 11, 2012 @ 00:49
    Connie DeCinko
    0

    Update date of parent page

    How do I get the updated date of the parent of the current page?

    This seems like it should work, but does not. Also tried similar variations.

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

     

  • Fuji Kusaka 2203 posts 4220 karma points
    Oct 11, 2012 @ 05:58
    Fuji Kusaka
    1

    Hi Connie,

    You could try something like

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

    //fuji

  • 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