开发者

calculated date & time column, sharepoint 2007

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 wo开发者_Python百科rkaround or am i missing out a lot?


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") 
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜