Change time "ago" on Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 04:55 AM
Hi guys! 🙂
In the ticket-widget'en on the Service Portal (Helsinki), ServiceNow will show date/times as "ago" (and it doesn't matter what the user-preferences are: calender, ago or both)
If you move the mouse over "6 min ago", ServiceNow will actually show the date+time:
In the ticket-conversions widget (HTML-part) it show the "sn-time-ago timestamp".
Of course I can clone the widget and change that part, but to what?
Thanks
Soren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 11:19 PM
I'll give them a nudge again and see if we can push this upwards.
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2017 10:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2022 11:01 PM
Hi,
For first Highlighted Part
Just replace the -
<sn-time-ago time-from="::e.sys_created_on"/>
with
{{e.sys_created_on_adjusted}}
This worked for me.
Regards,
Ishwar Agam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2020 09:49 AM
Was this question resolved ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2020 10:24 PM