- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 06:57 AM
hi all,
Is there a way to change days ago to actual date in service portal?
Please advise.
Thanks,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 07:03 AM
Change
<sn-day-ago date="kb_article.published"/>
to
{{kb_article.published}}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 07:03 AM
Change
<sn-day-ago date="kb_article.published"/>
to
{{kb_article.published}}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 02:02 PM
Thanks Nia.
It was right on target.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 06:48 AM
Hello Nia,
Hope you are doing well. I will appreciate if you can provide your insight on a similar scenario. I have the same requirement but the line goes like this:
<sn-day-ago date="a.published"/>
I tried the solution you provided but it doesn't take it on mine.
How can I make the change to show only the date?
Will greatly appreciate your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 07:10 AM
No worries Nia. I managed to get it right.
I did almost the same but just putting it this way {{a.published}} and it worked.