Subject:Changing Date format in XLST Author:Daniel Luczak Date:13 Feb 2009 09:12 AM
Hello all -
I am new with Stylus studio-
I have Stylus Studio 2008 Rev 2
I hae created an XLST file to map a CSV to a XML file
I need to change the date format Currently the csv file give the date as 9/1/2005 month/Day/Year and I want to convert the date to Year-Month-Day
Can someone help me with what would be need to be added to XLST code to do the conversion.
I will be adding the code to the following line
<OppDecisionDate>
<xsl:value-of select="CLOSEDATE"/>
</OppDecisionDate>
If someone has an example that they can share with me that would be great