Counting the Days Between Two Java Dates using a Gregorian Calendar
Dec 2nd
Today I needed to figure out a way to count the number of days between two dates in Java. There are no API methods that will do this for you so a little work is required to achieve this. This post illustrates the solution I came up with.
