I've seen many examples on Java 7 how to calculate days between 2 dates but I have found out that they do not include leap years correctly.
I've seen this example, but apparently leap years are not included:
Calculating days between two dates with in java
So I would like to see correct Java code how to get number of days without using Joda Time and Java 8?