datetime input format from windows settings?
3 views (last 30 days)
Show older comments
Daniel Sahlin
on 26 Apr 2018
Answered: Daniel Sahlin
on 30 Apr 2018
Hi guys, I am facing an issue with the datetime function when parsing strings to datetimes. Is it possible to set the input format parameter of datetime to the "windows date settings format"?
Thanks in advance, Daniel
0 Comments
Accepted Answer
Peter Perkins
on 26 Apr 2018
The short answer is no. There may be some way to bang out to the system and get that setting, but you also have the challenge of translating the windows formats into datetime's language. It might be reasonable to write a function that recognized a dozen or so common windows formats.
0 Comments
More Answers (1)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!