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.54% Correct | 63.46% Incorrect
Last Solution submitted on Jan 26, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers189

Suggested Problems

More from this Author11

Problem Tags

Community Treasure Hunt

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

Start Hunting!