Problem 720. Find number of days

The input is two date in string format (dd-mm-yyyy), Find out the number of days between these two dates.
Example:
input: '15-jan-2000' '24-may-2012'
(if today is 24-may-2012)
output: 4509

Solution Stats

36.75% Correct | 63.25% Incorrect
Last Solution submitted on Mar 22, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers190

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!