I need to convert below String to java.util.Date String dtm = "2014-05-26T00:00:00Z";
Then i need to convert this Date to java.sql.Date format like java.sql.Date sqlDate = (java.sql.Date) utilDate;
One more thing 1. I need to convert the below string to "2001-12-17T09:30+08:00" to java.util.Date and then i need to convert this in reversely
Please help me. i can only use Date object and should convert in this way (java.sql.Date) utilDate