I am finding trouble in retrieving the current date in my XSLT code. I am using version 1.0 and MSXSL.exe application to trigger my xslt code. I tried using the following line of code to implement this functionality, however its not working. Looks like the version 1.0 doesn't support the current date function. Could you please provide a solution which will work for xslt 1.0.
<xsl:value of select="current-date()"/>
See Question&Answers more detail:os