confusing datestr and datetime month and minutes formating
    5 views (last 30 days)
  
       Show older comments
    
In the function datestr, identifier for month is 'mm' and identifier for minutes is 'MM'.
However, in the function datetime is it different. Identifier for month is 'MM' and identifier for minutes is 'mm'.
Why?
0 Comments
Accepted Answer
  Jan
      
      
 on 7 Dec 2017
        
      Edited: Jan
      
      
 on 8 Dec 2017
  
      MathWorks tried to make it more consistent in the new datetime objects. [EDITED] See the link to Loren's blog posted by Steven Lord.
1 Comment
  Steven Lord
    
      
 on 7 Dec 2017
				Or read this Answer, in which I included a link to a post on Loren's blog where we answer that question.
More Answers (1)
See Also
Categories
				Find more on Dates and Time in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


