I am a little lost here , I think i do everything ok and it still does not work (PaseException
String time = "Fri Apr 15 14:29:57 IDT 2011";
SimpleDateFormat sdf = new SimpleDateFormat("EEE MMM dd HH:mm:ss zzzz yyyy");
sdf.parse(time);
Help highly appreciated!
Works fine for me.!
May be you can try with