In v11.50 of TC a new feature was listed that said:
"File lists: Option to show seconds in the date/time field"
How do I enable that?
how do I enable the new option to show seconds in the date/time field?
Moderators: Hacker, petermad, Stefan2, white
Re: how do I enable the new option to show seconds in the date/time field?
In Configuration watch Tabstops/Data Formats tab. Bottom right is time format field.
Re: how do I enable the new option to show seconds in the date/time field?
Hi,
Configuration > Tabstops/Data Formats > Date format:
Use the drop-down arrow to change the value hh:mm to hh:mm:ss > Apply ...
Configuration > Tabstops/Data Formats > Date format:
Use the drop-down arrow to change the value hh:mm to hh:mm:ss > Apply ...
Re: how do I enable the new option to show seconds in the date/time field?
Thanks! Do you know if there's a way to add the seconds to the "date created" and "date modified" column so that it looks like this?
2024/12/31 hh:mm:ss
I tried using
But that adds the hours and minutes twice so it ends up looking like:
2024/12/31 hh:mm hh:mm:ss
2024/12/31 hh:mm:ss
I tried using
Code: Select all
[=tc.writedate] [=tc.writetime]
2024/12/31 hh:mm hh:mm:ss
Re: how do I enable the new option to show seconds in the date/time field?
Code: Select all
[=tc.writedate.Y/M/D h:m:s]
Re: how do I enable the new option to show seconds in the date/time field?
that worked perfectly, thanks!