I am parsing a date, where I am passing 2011-02-10 00:00:00:0, and I am getting 2011-01-10 as the result. Is this wrong? Please help.
2011-02-10 00:00:00:0
2011-01-10
The pattern for month is MM: yyyy-MM-dd. You should read the API doc.