- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 08:15 AM
Hi everyone, I would like to ask if the time format of 'Business Time Left' (currently displayed as Days/Hours/Minutes/Seconds) can be changed to Hours/Days/Minutes/Seconds. If this is possible, please provide an authentic method to achieve it.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 05:18 AM
Not possible.
Logically if you see the sequence is highest to lowest, so Days will and should come 1st and then Hours/Minutes/Seconds
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 05:15 AM
No, we can't change it directly, but you can use this method in the script before formatting the date:
gDate.getByFormat('');
This will format the date as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 05:18 AM
Not possible.
Logically if you see the sequence is highest to lowest, so Days will and should come 1st and then Hours/Minutes/Seconds
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader