本文介绍了我想更改日期时间字段的格式。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在页面布局中有文章日期字段。
我想将此字段的格式更改为dd / mm / yyyy。
< SharePointWebControls:DateTimeField FieldName =ArticleStartDaterunat =serverid =datetimefield>< / SharePointWebControls:DateTimeField>
我也尝试使用LocaleId =1036DateOnly =true但它无法正常工作
请建议,
谢谢
解决方案
Hi,
I am having article date field in page layout.
I want change the format of this field to dd/mm/yyyy.
<SharePointWebControls:DateTimeField FieldName="ArticleStartDate" runat="server" id="datetimefield"></SharePointWebControls:DateTimeField>
I also tried with LocaleId="1036" DateOnly="true" but it is not working
Please suggest,
Thanks
解决方案
这篇关于我想更改日期时间字段的格式。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!