I have a date (string) value in an XML file in this format:
Tue Apr 17 03:12:47 IST 2012
I want to use XSL conversion to convert string / date to this format:
4/17/2012 03:12:47 AM
How can I do this in my XSL transform?
xml xslt date-format transform
Rg90
source share