问题描述
嗨
我有一个 SharePoint列表查找列,其值为2018年4月,2018年5月,2018年6月。我需要在这个SharePoint列表视图(如MM / DD / YYYY)上将这些值转换为日期格式为2018年4月到4/1/201,5/1 / 201,6 / 1/201。请帮助解决这个问题。
谢谢
I have a SharePoint list lookup column with the Values Apr-2018, May-2018, June-2018. i need to convert these values in the date format as Apr-2018 to 4/1/2019, 5/1/2018, 6/1/2018 on this SharePoint list view like MM/DD/YYYY. Please help in this regards. Thanks
问候,
Ramakant
Ramakant Rathore
Ramakant Rathore
推荐答案
作为解决方法,您可以在父母名单。然后更改查阅列以从计算信息中获取信息。
As a workaround, you could create a calculated column in your parent list. Then change the lookup column to get information from the calculated information.
- 在父列表中,创建新的计算列,键入公式: = TEXT([ColumnName],"mm / dd / yyyy")。
- 在此列表中,编辑查阅列以从计算列中获取信息。
参考:
https://www.sharepointusecases.com/2009/01/customizing-datetime-format-on-a-list-view-web-part /
最诚挚的问候,
Michael Han
Michael Han
这篇关于SharePoint字符串到日期转换。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!