Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个只显示当前日期(今天)的年份。我尝试了很多方法,但找不到任何解决方案。谁能帮我解决这个问题。
我是sharepoint的新手,所以请逐步解释一下。
您可以尝试使用具有以下公式的计算字段:
=CONCATENATE(YEAR([Created]))
它将显示从项目创建日期开始的年份。可以在此处找到有关计算字段的更多信息