xsl-list
[Top] [All Lists]

RE: counting dates

2005-06-06 05:05:01
In XSLT 2.0 you can subtract two dates to get a difference in days (as a
dayTimeDuration) but not a difference in months.

The reason that difference-in-months wasn't included in 2.0 was difficulty
in finding an acceptable algorithm. 2005-01-31 plus one month gives
2005-02-28, but 2005-02-28 minus one month gives 2005-01-28. So should the
difference between 2005-01-31 and 2005-02-28 be one month or zero months?

Michael Kay
http://www.saxonica.com/



-----Original Message-----
From: Dariusz Borowski [mailto:d(_dot_)borowski(_at_)web(_dot_)de] 
Sent: 06 June 2005 12:45
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] counting dates

Hi There!

I'm new hear and I would like to know, if anybody knows how 
to count date.

I need delta-dates of two dates.

The date-format is as follow: "2005-05-01" and "2005-06-01"

Now we have here a delta of "1 month".

How can I get a result like this in xsl???

Thanks!
Dariusz
__________________________________________________________
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>