File and directory time date format

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
parsec
Junior Member
Junior Member
Posts: 66
Joined: 2004-01-24, 20:58 UTC

File and directory time date format

Post by *parsec »

How can I change the time/date format from day/month/year to month/day/year? Using WinXP and TC 7.04.
User avatar
milo1012
Power Member
Power Member
Posts: 1158
Joined: 2012-02-02, 19:23 UTC

Post by *milo1012 »

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:

Code: Select all

[=tc.writedate.M].[=tc.writedate.D].[=tc.writedate.Y]
parsec wrote:...Using WinXP and TC 7.04.
It seems that there was some bug concerning the date format.
So it would be quite advisable to finally update that ancient version of yours.
TC plugins: PCREsearch and RegXtract
parsec
Junior Member
Junior Member
Posts: 66
Joined: 2004-01-24, 20:58 UTC

Post by *parsec »

Thanks Milo - that did the trick.
Post Reply