Subject:XSL Date format Author:Venkat Raghupat Date:09 Dec 2008 09:15 AM
Hi,
I am new to XSLT. While converting text from CSV to xml, i find dates are mentioned as '2nd February 2005' in the CSV file. How do I convert the dateformat to change to '2005-02-02T00:00:00' in the xml file.
Subject:XSL Date format Author:Tony Lavinio Date:10 Dec 2008 10:43 AM
If you use the Custom XML Converters in Stylus Studio,
you can mark the column as a date or datetime type.
You can then set the date order (MDY, DMY, etc.) and
it should parse the dates into ISO format for you.