Answered
Using XSL to format a date. I'm soooo lost.
Hello,
I'm using XSL to format a large XML set I get from a webservice. So far it's been working great but I need to format the date so that is looks something like this: Sunday 05/21/2006 8:00 PM
rather than this: 2006-05-21T20:00:00.0000000-04:00
I know you can format dates in the XSL but I have no idea how and all the info I can find on the net is for XSL savvy people. Which I am not.
Any help would be greatly appreciated.
Here's what I have as an xsl.
Note that eventDate is the param I need to format.
I'm using XSL to format a large XML set I get from a webservice. So far it's been working great but I need to format the date so that is looks something like this: Sunday 05/21/2006 8:00 PM
rather than this: 2006-05-21T20:00:00.0000000-04:00
I know you can format dates in the XSL but I have no idea how and all the info I can find on the net is for XSL savvy people. Which I am not.
Any help would be greatly appreciated.
Here's what I have as an xsl.
Note that eventDate is the param I need to format.
