Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, in decimal hours, separates them. Assume d2 is always later than d1.

Example:

 Input d1 = '2010/12/14 12:00:00'
 Input d2 = '2010/12/14 13:06:36'
 Output elapsed is 1.11

Solution Stats

6809 Solutions

3053 Solvers

Last Solution submitted on Aug 15, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers3053

Suggested Problems

More from this Author96

Problem Tags

Community Treasure Hunt

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

Start Hunting!