Problem 44479. Friday or not
I love Friday. Please tell me whether the day is Friday.
Dateformat is 'yyyy-mm-dd' or 'dd-mmm-yyyy' or 'mm/dd/yyyy'.
Examples;
input D = '2018-01-03'; % Wednesday
output y = 0
input D = '5-Jan-2018'; % Friday
output y = 1
input D = '09/09/2019'; % Monday
output y = 0
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers70
Suggested Problems
-
4351 Solvers
-
How to find the position of an element in a vector without using the find function
2744 Solvers
-
Natural numbers in string form
1632 Solvers
-
165 Solvers
-
Number of Even Elements in Fibonacci Sequence
1430 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!