How to hide the seconds in TableView??
Posted: 2020-06-04 16:51
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
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