Hi SDNites,
I am trying to get the current date in XSLT 1.0. Please let me know how should I do it. There are certain blogs which mentions that I have to write JAVA code and import it into XSLT. If this is the way can you please suggest how should I import JAVA code into XSLT.
Also there are certain blogs which says that XSLT 2.0 has methods which does that. Can you please let me know how do I move from version 1.0 to 2.0. I am using NWDS to write my XSL transformation logic and it has automatically used version 1.0.
<xsl:stylesheet version="1.0"
Regards,
Abhi