Re: [xsl] Calculating months between two dates

Subject: Re: [xsl] Calculating months between two dates
From: "Eric Larson" <ionrock@xxxxxxxxx>
Date: Fri, 1 Jun 2007 14:22:46 -0500
Exslt has some date facilities (http://exslt.org/date/index.html).

Also depending on your processor, it shouldn't be that hard to write
an extension. For example in 4Suite, I wrapped a few select functions
from the dateutils package without much trouble. Good luck!

HTH,

Eric

On 6/1/07, Ryan Puddephatt <rpuddephatt@xxxxxxxxxxxx> wrote:
Hi,
    I want to know if it is possible to calculate the number of months
between two dates. For example xs:duration(xs:date('2009-09-23') -
current-date())

 From this I get a result in days, is there a way to convert this or
change its result?

Thanks

Ryan
--

Ryan Puddephatt
Software Engineer

Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP

e> rpuddephatt@xxxxxxxxxxxx <mailto:rpuddephatt@xxxxxxxxxxxx>
t> +44(0)1506 407 110
f> +44(0)1506 407 108
w> www.teleflex.com <http://www.teleflex.com>

"Measuring programming progress by lines of code is like measuring
aircraft building progress by weight." - /Bill Gates/
"If you lie to the compiler, it will get its revenge." - /Henry Spencer/
"It's hard enough to find an error in your code when you're looking for
it; it's even harder when you've assumed your code is error-free." -
/Steve McConnell/
"If builders built buildings the way programmers wrote programs, then
the first woodpecker that came along would destroy civilization." -
/Gerald Weinberg/

Current Thread