java date problem in parsing

The pattern for month is MM: yyyy-MM-dd. You should read the API doc.


You should be using MM not mm. MM is for month, mm is for minute