Page 1 of 1

column with date-time: align to center or custom format

Posted: 2021-11-11, 15:58 UTC
by Garrett
Please make a choice of alignment for the column with the date in the center, or let it be possible to set the custom format for displaying the date and time myself, so that I can add a space to the left and right of the date (for example as " dd.MM.yyyy hh:nn:ss ").
Thanks.

Re: column with date-time: align to center or custom format

Posted: 2021-11-11, 16:36 UTC
by Stefan2
You can do that already but only in front of the entry (or there is another hack?).
Add own "user defined custom columns" and for date use something like " [=tc.writedate]" (w/o the quotes)




.

Re: column with date-time: align to center or custom format

Posted: 2021-11-12, 00:57 UTC
by petermad
2Garrett

As Stefan2 writes - make a custom column with parameters like this: https://madsenworld.dk/tcmd/customdate.png

To start making a custom column: right click on the Tabstop header and choose: "Configure custom columns..." - Or use the menu: "Configuration" -> "Options..." -> "Custom columns" - Or run the command cm_CustomColumnConfig

Re: column with date-time: align to center or custom format

Posted: 2021-11-12, 01:06 UTC
by petermad
2Stefan2
but only in front of the entry (or there is another hack?)
You can both use a prefix and a suffix:
Help wrote:[="prefix"pluginname.fieldname.unit"suffix"]
The strings prefix and/or suffix will only be shown when the field "fieldname" exists and has a valid value in plugin pluginname

Re: column with date-time: align to center or custom format

Posted: 2021-11-13, 07:42 UTC
by Garrett
2Stefan2
2petermad
Thanks!