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
I'd like to have a breka between day and month like below.
23
MAY
My format 'dd MMMM'
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.
Thanks
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
Date Format
I'd like to have a breka between day and month like below.
23
MAY
My format 'dd MMMM'
Hi idris,
You could try this approach:
Cheers, Lee.
Thanks
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.