XSLT convert date format

johnsonjoli

New Member
I'm having an issue where I'm getting an XML file, and from the samples that I get the format of date that I'm getting is \[code\]mm/dd/yyyy\[/code\] and sometimes it is \[code\]m/d/yyyy\[/code\]. My task is to convert this to another XML file where the schema only accepts \[code\]yyyy-mm-dd\[/code\]. I'm limited to using XSLT 1.0/XPATH 1.0. How can I do this?
 
Back
Top