date format

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
timssss
Junior Member
Junior Member
Posts: 8
Joined: 2010-12-05, 17:13 UTC

date format

Post by *timssss »

Is there any way to set the date format the same as I set it in windows?
I would like: dd MMM yy -

If not, a flexible date format would be a nice feature.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3854
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

Well, TC already uses the "short date" format of windows :)
#5767 Personal license
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48028
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

TC uses the short date format, but only numeric, no month names or so.
Author of Total Commander
https://www.ghisler.com
timssss
Junior Member
Junior Member
Posts: 8
Joined: 2010-12-05, 17:13 UTC

Post by *timssss »

Any chance of an option to show date in windows format or some flexibility in an upcoming version?

I like dd MMM yy in windows, but have only TC's short format in file list, etc.
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

2timssss

You can create a custom column using the DateNames content plugin:

Code: Select all

[=tc.writedate.D] [=datenames.Month (Write Date)] [=tc.writedate.Y] - [=tc.writetime.h:m:s]
to get what you want.

HTH
Holger
Post Reply