如何配置PnP现代搜索中的日期格式

huangapple go评论41阅读模式
英文:

How to configure the date format in PnP Modern Search

问题

如何配置搜索结果 Web 部件中的日期格式?(从 "October 14, 2022" 到 "14.10.2022")?

我尝试使用 OWSModifiedDate,但没有成功。

英文:

How can I configure the date format in the search results webpart? (from "October 14, 2022" to"14.10.2022")?

I tried OWSModifiedDate but it didn't work

答案1

得分: 1

你似乎正在使用最新版本的 PnP Modern Search Web 部件。在这种情况下,你应该能够使用 handlebars 来调整格式,例如 {{getDate StampDateOWSDATE "DD/MM/YYYY" 0 true}}。

英文:

I guess you using a resent version of PnP Modern Search Web parts. In that case you should be able to tweak the format using handlebars, like {{getDate StampDateOWSDATE "DD/MM/YYYY" 0 true}

huangapple
  • 本文由 发表于 2023年2月13日 23:03:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/75437628.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定