how do I enable the new option to show seconds in the date/time field?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Jorge24
Junior Member
Junior Member
Posts: 53
Joined: 2016-11-06, 18:14 UTC
Location: USA

how do I enable the new option to show seconds in the date/time field?

Post by *Jorge24 »

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?
macleod
Junior Member
Junior Member
Posts: 86
Joined: 2016-06-12, 07:32 UTC

Re: how do I enable the new option to show seconds in the date/time field?

Post by *macleod »

In Configuration watch Tabstops/Data Formats tab. Bottom right is time format field.
User avatar
tuska
Power Member
Power Member
Posts: 4046
Joined: 2007-05-21, 12:17 UTC

Re: how do I enable the new option to show seconds in the date/time field?

Post by *tuska »

Hi,

Configuration > Tabstops/Data Formats > Date format:
Use the drop-down arrow to change the value hh:mm to hh:mm:ss > Apply ...
Jorge24
Junior Member
Junior Member
Posts: 53
Joined: 2016-11-06, 18:14 UTC
Location: USA

Re: how do I enable the new option to show seconds in the date/time field?

Post by *Jorge24 »

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

Code: Select all

[=tc.writedate] [=tc.writetime]
But that adds the hours and minutes twice so it ends up looking like:
2024/12/31 hh:mm hh:mm:ss
User avatar
tuska
Power Member
Power Member
Posts: 4046
Joined: 2007-05-21, 12:17 UTC

Re: how do I enable the new option to show seconds in the date/time field?

Post by *tuska »

Code: Select all

[=tc.writedate.Y/M/D h:m:s]
Jorge24
Junior Member
Junior Member
Posts: 53
Joined: 2016-11-06, 18:14 UTC
Location: USA

Re: how do I enable the new option to show seconds in the date/time field?

Post by *Jorge24 »

that worked perfectly, thanks!
Post Reply