How do I get local system format (like dd-mm-yyyy or mm/dd/yyyy) in matlab ?

1 次查看(过去 30 天)
df = 'mm/dd/yyyy';datestr(datenum(today),df)

回答(1 个)

Walter Roberson
Walter Roberson 2017-1-19
datestr(today, 'local')
Or is the question to find out what the system format is ?
  3 个评论
Walter Roberson
Walter Roberson 2017-1-19
To avoid having to write some C++ code to retrieve the information, it is plausible that you might be able to find a Java method for this, or an ActiveX method. This is some sample VBS code at http://www.vb-helper.com/howto_format_time.html

请先登录,再进行评论。

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by