Effacer les filtres
Effacer les filtres

contradicting date identifier definitions in datestr and datetime

1 vue (au cours des 30 derniers jours)
hans
hans le 21 Nov 2022
I find it highly confusing that the date identifier in the commands datetime and datestr use contrasting meanings for upper case and lower case:
In the description of the datestr format , one finds the format identifier for
  • minutes is MM
  • months is mm
  • seconds is SS
In the description of the datetime format, one finds the format identifier for
  • minutes is mm
  • months is MM
  • seconds is ss

Réponse acceptée

Steven Lord
Steven Lord le 21 Nov 2022
That's correct. This is mentioned in the description of the Format property on the datetime documentation page.
If I recall correctly the specifiers in datenum predate the creation of the Unicode Technical Standard linked in that section of the documentation while the specifiers in datetime conform to that industry standard.

Plus de réponses (0)

Catégories

En savoir plus sur Dates and Time dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by