I'm having this kind of String:
Wed Oct 27 00:00:00 EEST 2010
and I want to parse this into type Date.
I've tried with
DateTimeFormat fmt = DateTimeFormat.getFormat("EEE MMM dd HH:mm:ss zzzz yyyy");
but it doesn't work.
Need help in getting this fixed. Thanks.