Community
Participate
Working Groups
I don't believe that this is supported in XSLT directly, but there are mechanisms to make it work that will require some third-party support. e.g. xmlns:java="http://xml.apache.org/xslt/java" exclude-result-prefixes="java" <xsl:value-of select="java:format(java:java.text.SimpleDateFormat.new('dd/MM/yyyy'), java:java.util.Date.new())"/>