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.
我有 2 个参数字段,一个用于开始日期,一个用于结束日期。我需要找出他们之间有多少个日历月。即 1/4/2013-4/30/2003 将返回 4。
DateDiff("m", {Table.OlderDate}, {Table.YoungerDate}