Closed GoogleCodeExporter closed 9 years ago
That isn't a JSON string; you're losing the quotes. You should pass in a quoted
string, like this:
myDate = gson.fromJson("\"Apr 12, 2012 11:56:04 AM\"", Date.class);
Original comment by limpbizkit
on 16 Apr 2012 at 9:30
Original issue reported on code.google.com by
e.alifar...@gmail.com
on 12 Apr 2012 at 6:36