How-to articles, tricks, and solutions about DATE-ARITHMETIC
Calculating days between two dates with Java
To calculate the number of days between two dates in Java, you can use the Period class from the java.time package introduced in Java 8.