SharePoint Designer 2007:从电子邮件中删除秒字段
SharePoint Designer 2007 工作流发送的电子邮件通知包含日期/时间字段的秒数。 例如“这是您已注册参加上午 10:00:00 演示的确认”。
如何从电子邮件中删除秒字段。
带有日期/时间字段的 SharePoint 列表显示正常(没有秒)
谢谢
The email notification sent out by the SharePoint Designer 2007 workflows includes seconds for the date/time field.
For example "This is a confirmation that you are registered to attend a DEMO at 10:00:00 AM".
How can I remove the seconds field from the email message.
The SharePoint List with date/time field displays fine (without the seconds)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种选择 - 您可以创建一个计算列来显示日期的格式化版本,并将该列包含在您的电子邮件中。
例如,如果您有一个名为“我的日期”的字段,那么您可以使用以下公式创建一个名为“我的格式化日期”(或任何有意义的列)的计算列。
将以类似 Jul 2011 的格式显示日期
将显示 21/7/2011。
One option - you could create a calculated column to show a formatted version of your date and include that column in your email.
For example if you've got a field called "My Date" then you can create a calculated column called "My Formatted Date" (or whatever makes sense) using the following formula.
will display the date in a format like Jul 2011
Will show 21/7/2011.