计算日期和时间专栏,Sharepoint 2007

发布于 2024-11-30 05:07:40 字数 199 浏览 1 评论 0原文

在我的计算列中使用以下公式来格式化日期和格式:时间列:

=TEXT(DatePublished,"d/m/yyyy")

当用户创建自定义列表项时,如何确保禁用其他日期,即。用户实际上没有选择任何其他日期的选项?

或者当他们单击日历图标时可能会禁用日历?

一个解决方法还是我错过了很多?

With the following formula in my calculated column which formats the date & time column:

=TEXT(DatePublished,"d/m/yyyy")

How may i make sure the other dates are disabled when users create a custom list item, ie. users have actually no option to select any other dates?

Or maybe disable the calendar when they click on the calendar icon?

A workaround or am i missing out a lot?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

能否归途做我良人 2024-12-07 05:07:40

哦天哪,抱歉。我错过了一些大事,本可以使用已经可用的“已创建”字段。然后使用公式创建另一个计算列“DatePublished”:

=TEXT(Created,"dd/m/yyyy") 

oh my, sorry. I missed out something big, could have used the already available 'Created' field. Then create another calculated column 'DatePublished' with formula:

=TEXT(Created,"dd/m/yyyy") 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文