I have a xslt code for getting date.my code is like
<xsl:copy-of select="substring-before(msxsl:node-set($notes)/root/item/LASTCHANGED,'T')"/>
her I got Output Like 2013-04-05
but I need to get Output Like 15 jan 2013.
How can I achive this?any one help