Page 1 of 1

date format

Posted: 2010-12-05, 17:17 UTC
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.

Posted: 2010-12-05, 17:50 UTC
by sqa_wizard
Well, TC already uses the "short date" format of windows :)

Posted: 2010-12-05, 21:00 UTC
by ghisler(Author)
TC uses the short date format, but only numeric, no month names or so.

Posted: 2011-05-15, 05:46 UTC
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.

Posted: 2011-05-15, 10:18 UTC
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