xsl-list
[Top] [All Lists]

RE: format-date and xsd:date

2004-08-10 00:45:32
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



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