Effacer les filtres
Effacer les filtres

Modifying Time-Date format showing in Current Folder

9 vues (au cours des 30 derniers jours)
Ivan Powis
Ivan Powis le 9 Fév 2021
Commenté : Jonas Stein le 12 Fév 2023
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.

Réponses (1)

Nitin Kapgate
Nitin Kapgate le 12 Fév 2021
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 commentaire
Jonas Stein
Jonas Stein le 12 Fév 2023
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?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Type Identification dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by