Page 1 of 1

How to hide the seconds in TableView??

Posted: 2020-06-04 16:51
by lzonca
hi, how can i hide the seconds in the TableView from TimePicker?

I used this code to hide them in DetailView, but I don't know how to do it for TableView


$html = str_replace('showSeconds: true', 'showSeconds: false', $html);

ThankYou

Re: How to hide the seconds in TableView??

Posted: 2020-06-04 17:39
by G Belgrado
you could use
"max characters in table view" 5
in Appgini

5 chars = 12:00

Re: How to hide the seconds in TableView??

Posted: 2020-06-06 16:43
by lzonca
hi, thanks for your interest.
i tried but it doesn't work.
I found another solution, creating a custom format through "data format" (through the options in the appgini field)

DATE_FORMAT(%%FIELD%%, '%H:%i')

Thanks