I want to get the difference between two Java Date objects. I\'ve used Joda-Time library. But the problem is that I\'m getting the Days greater difference than that of actua
Your pattern is slightly defective. mm is parsed as minutes in hour, you're looking for MM which is month of year.
mm
MM