Re: [xsl] Date Difference

Subject: Re: [xsl] Date Difference
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 19 Dec 2005 18:34:13 +0000
On 12/19/05, thomas.maciejewski@xxxxxxxxx <thomas.maciejewski@xxxxxxxxx>
wrote:
> Is there an easy way to do a date difference in XSLT.
>
> I basically have two strings :   "9/11/2004"  and "10/25/2005"
> and would like to produce the number of days between the two.

In 2.0 you can use the various duration functions (google for
xdt:dayTimeDuration).  If you are limited to 1.0, the you can use the
exslt:date package: http://www.exslt.org/date/index.html.

cheers
andrew

Current Thread