- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 10:40 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 10:58 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 10:58 PM
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.