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
Month is MM
In your case:
DateFormat formatter = new SimpleDateFormat("MM/dd/yyyy");