xsl-list
[Top] [All Lists]

Re: [xsl] xslt 2.0 calendar

2006-04-03 05:42:59
On 4/3/06, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
Is there a way to know:

1. How many days are in a given month?

Try

(xs:date('2006-xx-01') + xdt:yearMonthDuration('PT1M') -
xs:date('2006-xx-01')
div xdt:dayTimeDuration('P1D')

2. How to add a duration to a given date (e.g. add a day to
'2006-03-31'
to produce '2006-04-01')?

xs:date('2006-03-31') + xdt:dayTimeDuration('P1D')

Wasn't their a decision to move all xdt:<datatypes> to the xs namespace?

Or are there any datatypes that still remain in the xdt namespace?


--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.

--~------------------------------------------------------------------
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>