[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xslt 2.0 calendar

Subject: RE: xslt 2.0 calendar
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 3 Apr 2006 11:00:38 +0100
2006 calendar xsl
> 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')


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

Current Thread

Back To School Sale!

Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop.

Offer ends August 31, 2008.

Coupon Code
TRTY-C4JV-OFF

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.