我在使用 Fetchxml 从 CRM 检索日期字段并使用 CRM 门户中的 Web 模板显示它时遇到问题。
日期是 CRM:
2018 年 10 月 10 日 00:00:00(时区 UTC+10:00)
CRM 门户(Adx 工作室门户)呈现以下内容:
2018 年 9 月 10 日下午 02:00:00
有人可以建议如何处理吗?
问候,
里兹万·阿里夫
我在使用 Fetchxml 从 CRM 检索日期字段并使用 CRM 门户中的 Web 模板显示它时遇到问题。
日期是 CRM:
2018 年 10 月 10 日 00:00:00(时区 UTC+10:00)
CRM 门户(Adx 工作室门户)呈现以下内容:
2018 年 9 月 10 日下午 02:00:00
有人可以建议如何处理吗?
问候,
里兹万·阿里夫
具体来说,我想你会想看看这些元素:
根据字段表示的内容,您可以为门户表单和网格选择以下字段行为之一:
- 用户本地:字段值以用户的本地时间显示,并根据他们当前的门户语言/区域设置格式化。
...
您还可以通过创建以下站点设置来覆盖要在门户网站上使用的默认日期/时间格式:
DateTime/DateFormat: The date format used on the portal. DateTime/TimeFormat: The time format used on the portal. DateTime/DateTimeFormat: The format for full date and time used on the portal.
默认情况下,门户使用网站语言设置指定的标准日期/时间格式。