最近搜索
没有最近搜索
How can I change the date format in ticket view?
已回答
已于 2022年8月04日 发布
Hello Zendesk
As you can see the screenshot, some of the ticket requested date in the ticket view, it put as "today 01:05" or "yesterday 10:09"
How do I change the format like ( MM/DD 01:05 AM)
1
2
2 条评论
Lou
Short answer: you can't. The date display cannot be changed, and last I saw, there's no plans to change that.
0
Jefferson
If for your customer side, you somewhat can. In your help center you can edit the code for your theme. In the requests_page.hbs file you will find the section for the requests table. In the table body section are the lines for the meta-data referencing the date created_at and updated_at. Change the timeago=true to timeago=false, and add format='long'. You can use short in place of long for the date format you mentioned, but that leaves out the time. Long should get you closest to what you are aiming for, I think.
0