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
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')"/>
Hi Connie,
You could try something like
<xsl:value-of select="umbraco.library:FormatDateTime((../@updateDate), 'dd/MMMM/yyyy')"/>
//fuji
is working on a reply...
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.
Continue discussion
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')"/>
Hi Connie,
You could try something like
//fuji
is working on a reply...
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.