I am writing a program that is supposed to just calculate the months between 2 given dates and return the value to the program. For instance, if I have to calculate the numb
Months mt = Months.monthsBetween( start.monthOfYear().roundFloorCopy(), end.monthOfYear().roundCeilingCopy() );