Modifying Time-Date format showing in Current Folder

조회 수: 7 (최근 30일)
Ivan Powis
Ivan Powis 2021년 2월 9일
댓글: Jonas Stein 2023년 2월 12일
More an irritant than a problem...
How do I change the formatting of the time stamp shown in the Date Modified column of the Current Folder view?
It appears that Matlab uses the current OS locale setting, but then the rather verbose t_fmt_ampm format string rather than the shorter t_fmt formatting.
The former displays 12 hour clock "am" or "pm" then timezone. All I want is to see date and time in 24 hr form, as in normal computer file listings.

답변 (1개)

Nitin Kapgate
Nitin Kapgate 2021년 2월 12일
MATLAB uses your operating system's short date format to display dates in both the Current Folder browser and the Command History.
To change how dates display in the Current Folder browser, change the short date format for your operating system.
Then, refresh the date display: Right-click in the Current Folder browser and select Refresh.
  댓글 수: 1
Jonas Stein
Jonas Stein 2023년 2월 12일
Running Linux here. Matlab 2022b shows date like
30/12/22 12:01:30 CET
while the bash represents the date with ls for example as:
2022-12-30 12:01
The environment is set in the
$ env | grep iso
TIME_STYLE=long-iso
Which variable does matlab evaluate to get the date format from the OS?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Type Identification에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by