I need to display date like Wednesday, 5th May, 2011 I am trying
<xsl:value-of select="format-date(
current-date(),
'[FNn,*-3], [D01] [MNn,*-3] [Y0001]',
'en',
'',
'US'
)" />
And another one i tried
<xsl:value-of select="format-date(
current-date(),
'[FNn], [MNn] [D1o], [Y]',
'en',
(),
()
)" />
Both gives me following. I need text and it gives number only. I use XSLT 2.0
3, 5 4, 2011