Hello everyone,
How can I convert this format using Java?
2009-05-20T18:19:23+08:00
I was able to convert this using the SQL Statement below.
select cast('' as xml).value('xs:dateTime('2009-05-20T18:19:23+08:00')', 'datetime');
I would like to know how Java handle this format.
Any suggestions are greatly appreciated.
Thanks in advance,
Jamojo