Well, I get a ParseException when executing this code:
Date date = new SimpleDateFormat("EEE MMM dd HH:mm:ss z yyyy").parse("Sun Dec 01 00:05:03 CET 2013");
Where is the error?
Well, I get a ParseException when executing this code:
Date date = new SimpleDateFormat("EEE MMM dd HH:mm:ss z yyyy").parse("Sun Dec 01 00:05:03 CET 2013");
Where is the error?