Date
Version 1.1 by Outhman Moustaghfir on 2024/02/20 16:20
Overview
function in XSLT is designed to return the current date formatted according to the specified date format and time zone.
Parameters
- date format : The format parameter specifies the desired format for the output date(Required).
Uses
<TEST><xsl:value-of select="ixf:Date('dd/MM/yyyy')"></xsl:value-of></TEST>
Return:
The function returns the current date formatted according to the specified date format.