Closed GoogleCodeExporter closed 9 years ago
This ended up being a really, really simple fix:
FROM int dateDiff = DateUtils.differenceInDays(endDate, startDate);
TO int dateDiff = DateUtils.differenceInDays(endDate, startDate)+1;
Adding +1 to the dateDiff fixed the problem
Original comment by Brad.Ryd...@gmail.com
on 30 Mar 2010 at 4:21
Original comment by Brad.Ryd...@gmail.com
on 12 May 2010 at 7:06
Original issue reported on code.google.com by
Brad.Ryd...@gmail.com
on 29 Mar 2010 at 12:13