File and directory time date format
Moderators: Hacker, petermad, Stefan2, white
File and directory time date format
How can I change the time/date format from day/month/year to month/day/year? Using WinXP and TC 7.04.
TC uses the date format that is set in Windows. (see e.g. here)
I'm not aware of a TC option to overwrite it, therefore:
Change the language/regional settings in control panel to the settings you want (month/day/year), apply it, and restart Total Commander.
Otherwise you could use a custom column:
So it would be quite advisable to finally update that ancient version of yours.
I'm not aware of a TC option to overwrite it, therefore:
Change the language/regional settings in control panel to the settings you want (month/day/year), apply it, and restart Total Commander.
Otherwise you could use a custom column:
Code: Select all
[=tc.writedate.M].[=tc.writedate.D].[=tc.writedate.Y]
It seems that there was some bug concerning the date format.parsec wrote:...Using WinXP and TC 7.04.
So it would be quite advisable to finally update that ancient version of yours.
TC plugins: PCREsearch and RegXtract