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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...