Modules | Version: 2 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. An implementation of this extension function in the EXSLT date namespace must conform to the behaviour described in this document. ImplementationsNo XSLT processors that we know of have built-in support for
The following implementations of
Change HistoryPrevious Version: date.format-date.1.html
|
http://www.exslt.org/date/functions/format-date/date.format-date.html last modified 2001-08-10