Servicenow ITSM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:15 AM
Under preferences, date and time format , i need to add AM/PM. how to make this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:18 AM - edited 06-20-2025 05:21 AM
Hi @Chamundi_AB,
It is important to realise - do you want to do it for a single user or as a global value for the whole platform?
If you just and only, then go to the right upper corner and select Profile and change it there.
If the whole platform shall take a global value (and each user can set their own preferences different from the global one) then you can do it via system property:
glide.sys.time_format
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:29 AM
i have done in this property only - glide.sys.time_format , but am/pm shld reflect in preferences date and time format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:30 AM
It does it automatically out of the box:
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:34 AM
Can we have the steps please?