Problem 1310. Simple date to serial no. conversion
Convert a date string to a serial date number.
For example if you take
x='19-May-2001'
then the result is 730990
x='12-jun-17'
then the result is 736858
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers128
Suggested Problems
-
2283 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1858 Solvers
-
284 Solvers
-
Number of 1s in the Binary Representation of a Number
455 Solvers
-
Deleting an element in a matrix
472 Solvers
More from this Author13
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!