Servicenow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â06-20-2025 05:25 AM
Under prefeUnder preferences, date and time format , i need to add AM/PM it shld reflect as a global value for the whole platform.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â06-20-2025 09:46 AM
Hi @Chamundi_AB ,
you can set the property
glide.sys.time_format
a in the property is for AM/PM and
z is for Time zone
HH:mm:ss a z
example how this looks with above format
23:03:31 PM IST
HH:mm:ss a
example how this looks with above format
23:03:31 PM
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya