Modules | Version: 2 Function Syntaxstring date:add(string, string) Template Syntax<xsl:call-template name="date:add"> <xsl:with-param name="date-time" select="string" /> <xsl:with-param name="duration" select="string" /> </xsl:call-template>
The The first argument must be right-truncated date/time strings in one of the formats defined in [XML Schema Part 2: Datatypes]. The permitted formats are as follows:
The second argument is a string in the format defined for The return value is a right-truncated date/time strings in one of the formats defined in [XML Schema Part 2: Datatypes] and listed above. This value is calculated using the algorithm described in [Appendix E Adding durations to dateTimes] of [XML Schema Part 2: Datatypes]. An implementation of this extension function in the EXSLT date namespace must conform to the behaviour described in this document. Implementations
Built-in support for
The following implementations of
Change HistoryPrevious Version: date.add.1.html
|
http://www.exslt.org/date/functions/add/date.add.html last modified 2002-11-12