Problem 2639. How Many Months Until It's Today Again?
Given a particular date, calculate how many months must pass before that same day of the month occurs on the same day of the week.
Start with 22-Oct-2014, which is a Wednesday. How many months must pass before the 22nd of the month occurs on a Wednesday again? Answer: You have to wait for six months. 22-Apr-2015 is also a Wednesday.
Example
d_in = '22-Oct-2014' wait_in_months = 6
Feature Tip
This problem is made simpler by the DATETIME objects found in MATLAB Release 2014b and later.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers126
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5731 Solvers
-
Compute a dot product of two vectors x and y
1022 Solvers
-
How long is the longest prime diagonal?
402 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1971 Solvers
-
Convert given decimal number to binary number.
2215 Solvers
More from this Author50
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!