This is a simple program to count the number of days between given two dates
Apache Maven 3.x and JDK 1.8 or higher are required for this program to run
Run maven package
mvn package
Run the DaysCounter.sh shell script with any two dates(dd/mm/yyyy) as parameters
./DaysCounter.sh 01/01/1901 31/12/2999