XLST date format transformation

admin

Administrator
Staff member
Hi, has anyone successfully managed to convert a date format from one XMLto another XML in XSLT?I've tried using this template to convert from YYYY-MM-DD but no joy..cananyone help?Thx<xsl:template name="format-date-time"><xsl:param name="format" select="%d-%m-%Y"/></xsl:template><xsl:with-param name="format" select="."><xsl:value-of select="selectedtag"/></xsl:with-param>
 
Back
Top