Open GoogleCodeExporter opened 9 years ago
That's because it's an invalid format. The Y's should be lowercase:
Date.parseExact("05/05/2011","dd/MM/yyyy") works as intended.
There is no YYYY format so your format means it's looking for "05/05/YYYY"
which it obviously didn't find. User error, not library error basically :)
Original comment by darkcr...@gmail.com
on 16 Sep 2013 at 5:52
Original issue reported on code.google.com by
andre.rodier
on 3 Jun 2011 at 3:12