No InputFormat 'YYMMDD' found for datetime
Show older comments
Is there a way to transform '240331' into '31 March 2024' ?
The following does not work:
datetime('240331',InputFormat,'YYMMDD')
2 Comments
"No InputFormat 'YYMMDD' found for datetime"
Character case matters!
"Is there a way to transform '240331' into '31 March 2024' ?"
datetime('240331', 'InputFormat','yyMMdd', 'Format','dd MMMM yyyy')
Sim
on 2 May 2024
Accepted Answer
More Answers (0)
Categories
Find more on Sensor Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!