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
Problem Comments
- 
		3 Comments
		J.R.! Menzinger
    	on 2 Dec 2013
	
	
  	I think the 22/10/1901 was a Tuesday... :-/
http://www.infoplease.com/calendar.php?month=10&year=1901&submit=Go
		Vivek
    	on 3 Dec 2013
	
	
  	Its not like using datestr and solving this. You need to calculate the days and divide it by 7, take the reminder and increment that many days to present day.
		Gergely Patay
    	on 5 Jun 2015
	
	
  	Problem statement would be much better with an additional sentence:
"Solve the problem in the hypothetical world where 16 April 2019 happens on Saturday instead of Tuesday."
Otherwise this is just lame.
Solution Comments
Show commentsProblem Recent Solvers53
Suggested Problems
- 
         
         655 Solvers 
- 
         
         2233 Solvers 
- 
         
         1516 Solvers 
- 
         
         11071 Solvers 
- 
         The sum of the numbers in the vector 624 Solvers 
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!