how to restrict the date/time field so that it can only be set up as date and hourly

ying zeng
Tera Contributor

how to restrict the date/time field so that it can only be set up as date and hourly.

or hide minutes and seconds on the table.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @ying zeng ,

This would be DOM manipulation which is not recommended!!

However, you can achieve it by Changing the system property - Go to System Properties > System > Time Format and knocked off the :ss  (seconds) and it will remove the SS part from your field but it will affect all fields of Time format within the system as this is Global change.

Refer :Global date and time field format 

View solution in original post

1 REPLY 1

Community Alums
Not applicable

Hi @ying zeng ,

This would be DOM manipulation which is not recommended!!

However, you can achieve it by Changing the system property - Go to System Properties > System > Time Format and knocked off the :ss  (seconds) and it will remove the SS part from your field but it will affect all fields of Time format within the system as this is Global change.

Refer :Global date and time field format