Modules | Implementer Page: date.format-date.html Function Syntaxstring date:format-date(string, string) Template Syntax<xsl:call-template name="date:format-date"> <xsl:with-param name="date-time" select="string" /> <xsl:with-param name="pattern" select="string" /> </xsl:call-template>
The
The first argument to
The second argument is a string that gives the format pattern used to format the date. The format pattern must be in the syntax specified by the JDK 1.1 SimpleDateFormat class. The format pattern string is interpreted as described for the JDK 1.1 SimpleDateFormat class.
If the date/time format is right-truncated (i.e. in a format other than
If the date/time format is left-truncated (i.e. ImplementationsThere are currently no XSLT processors that we know of that support
Implementations of
|
http://www.exslt.org/date/functions/format-date/index.html last modified 2001-08-10