Closed GoogleCodeExporter closed 8 years ago
The date information cannot be automatically parsed into a java.util.Date in
cases where FB returns a totally freeform string, e.g. March 9. Recall that a
java.util.Date is just the milliseconds since the epoch. Without year
information, it's impossible to construct a date just thinking about it
logically. Further, FB has no documentation for the freeform date field so
writing parsing code will probably be painful/error-prone.
Original comment by m...@xmog.com
on 4 Mar 2013 at 4:24
Original issue reported on code.google.com by
dazzlerc...@gmail.com
on 2 Mar 2013 at 7:23