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.
date format
Moderators: Hacker, petermad, Stefan2, white
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
TC uses the short date format, but only numeric, no month names or so.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
2timssss
You can create a custom column using the DateNames content plugin: to get what you want.
HTH
Holger
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]
HTH
Holger