ParseException: Unparseable date: “Wed Mar 30 00:00:00 GMT+05:30 2016” (at offset 4)
问题 Im trying parse a String with a date to convert it into a Date format. Strings are in the following format. Wed Mar 30 00:00:00 GMT+05:30 2016 But when im parsing the String i get a error saying, java.text.ParseException: Unparseable date: "Wed Mar 30 00:00:00 GMT+05:30 2016" (at offset 4) below is a part of my code. How do i avoid this error? Any help would be appreciated. SimpleDateFormat sdf3 = new SimpleDateFormat("EEE MM dd kk:mm:ss zzzz yyyy",Locale.ENGLISH); for(int i=0 ; i <jArr