converting dates: day of week
Is there an easy way using XSLT 2.0 to find out the day of the week (Monday, Tuesday, etc) from the date format 2008-01-01T00:00:00-06:00?
I know about using exslt extensions, but need a solution that would be supported by Saxon.
|