Third time's the charm.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1797 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -83,7 +83,7 @@ public class CalendarUtil
|
|||||||
do {
|
do {
|
||||||
end.add(Calendar.MONTH, -1);
|
end.add(Calendar.MONTH, -1);
|
||||||
months++;
|
months++;
|
||||||
} while (!end.after(start));
|
} while (!start.after(end));
|
||||||
|
|
||||||
return months;
|
return months;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user