标签: tfs tfs-workitem
我不希望在TFS Web门户上的工作项模板上的日期时间字段显示时间戳。您能建议我该怎么做吗? 随附带有DateTime字段的工作项模板图像供参考
答案 0 :(得分:0)
来自https://docs.microsoft.com/en-us/azure/devops/reference/xml/specify-work-item-form-controls?view=tfs-2015#add-date-or-calendar-fields
您需要将格式更改为“短”,例如: xml <Control Type="DateTimeControl" FieldName="MyCompany.EnvironmentCR.PreferredStart" Label="Preferred Start Date:" LabelPosition="Left" Format="Short" />
xml <Control Type="DateTimeControl" FieldName="MyCompany.EnvironmentCR.PreferredStart" Label="Preferred Start Date:" LabelPosition="Left" Format="Short" />