Problem 42352. Days until next NewYear ball drop
Given a date string in the form 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss', calculate the number of days until the dropping of the NewYear ball at Times Square (i.e., Dec 31st at midnight) of that year. Examples:
y = Days2NYE('2014-05-26') = 220 or
y = Days2NYE('2014-05-26 10:15:45') = 219
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers78
Suggested Problems
-
Select every other element of a vector
35881 Solvers
-
Sum all integers from 1 to 2^n
17293 Solvers
-
344 Solvers
-
5029 Solvers
-
Return fibonacci sequence do not use loop and condition
847 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!