I'm loading dates from a MySQL database to an XML DOM.
The time is in format 2003-04-04 (YYYY-MM-DD)
Is there any way i can use XSL to translate t2003-04-04 to "4 April 2003" when it outputs to HTML.
I'd prefer if i could than to get java to convert it then output these times to the DOM.
Cheers!
Relisys
The time is in format 2003-04-04 (YYYY-MM-DD)
Is there any way i can use XSL to translate t2003-04-04 to "4 April 2003" when it outputs to HTML.
I'd prefer if i could than to get java to convert it then output these times to the DOM.
Cheers!
Relisys