Find the day for a date - MATLAB Cody - MATLAB Central

Problem 2025. Find the day for a date

Today's day and date will be given to you. By utilising that you need to find the day of the old date. (Date will be in DD/MM/YYYY format, Consider leap years also).
Example:
TodayDate='20/11/2013'
Today='Monday'
UnknownDay_Date ='19/11/2013'
So here you need to provide output as UnknownDay='Sunday'
Solve the problem in the hypothetical world where 16 April 2019 happens on Saturday instead of Tuesday.
Note: It is not like using "datestr" and finding result. You need to calculate the number of inbetween days and then find the answer.

Solution Stats

35.43% Correct | 64.57% Incorrect
Last Solution submitted on May 06, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8

Problem Recent Solvers40

Suggested Problems

More from this Author3

Problem Tags

Community Treasure Hunt

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

Start Hunting!