Convert YYYY-MM-DDTHH:mm:ss.000Z format to Date
StephenDec 22 2009 — edited May 2 2011Hi,
I have a varchar2 field which stores date in the following structure '2009-12-22T23:45:57.000Z' and need to convert to a date format 'MM-DD-YYYY HH:MM:SS' How can I achieve this?
Thanks
VJ