You need to calculate exactly how many days have passed between two dates.
Calculate how many days have passed between two input dates, and output the result.
Two strings that represent the dates, first date should be the older date. Date format: Month DD, YYYY
A number representing the number of days between the two dates.
August 15, 1979
June 15, 2018
14184
14184 days have passed between the two input days.