RE: [xsl] format-date and xsd:date

Subject: RE: [xsl] format-date and xsd:date
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 10 Aug 2004 08:45:32 +0100
> If you do want to use the gYearMonth data type, you can write 
> your own function f:format-gYearMonth which converts the 
> value to a date:
> 
> xs:date(concat($gYM, '-00'))
> 

That should be '-01' of course.

MK

Current Thread