Custom columns Time & Date

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
tcebob
Member
Member
Posts: 178
Joined: 2003-03-23, 22:11 UTC
Location: Sunrise FL, USA

Custom columns Time & Date

Post by *tcebob »

How can I show date in Cust. Col. with 2 digit year?

How can I show time in Cust. Col. as AM/PM?

tcebob
User avatar
milo1012
Power Member
Power Member
Posts: 1158
Joined: 2012-02-02, 19:23 UTC

Post by *milo1012 »

Do you mean the file modify (= last write) timestamp?
If yes you could use:

Code: Select all

[=tc.writedate.Y:3-4]
and

Code: Select all

[=tc.writetime.a.m.sP:1-2][=tc.writetime.a.m.sP:9-10]
This would show

Code: Select all

2014/09/12 03:39:54
as

Code: Select all

14
and

Code: Select all

03am
TC plugins: PCREsearch and RegXtract
tcebob
Member
Member
Posts: 178
Joined: 2003-03-23, 22:11 UTC
Location: Sunrise FL, USA

Post by *tcebob »

Thanks, milo. Works fine.
Post Reply