How can I show date in Cust. Col. with 2 digit year?
How can I show time in Cust. Col. as AM/PM?
tcebob
Custom columns Time & Date
Moderators: Hacker, petermad, Stefan2, white
Do you mean the file modify (= last write) timestamp?
If yes you could use:
and
This would show
as
and
If yes you could use:
Code: Select all
[=tc.writedate.Y:3-4]
Code: Select all
[=tc.writetime.a.m.sP:1-2][=tc.writetime.a.m.sP:9-10]
Code: Select all
2014/09/12 03:39:54
Code: Select all
14
Code: Select all
03am
TC plugins: PCREsearch and RegXtract