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.
我正在尝试在 Quandis Business Objects 域中使用 XSLT 开发表单。
我需要根据当前日期和先前记录的日期之间的时间长度预填充一个字段。
在这个用例中,我想减去两个日期并得到差值。
您可以使用 XSLTFormatting 类中提供的 DateDiff 函数。
format:dateDiff('yesterday', 'today', 'dd') format:dateDiff('10/31/2016', '11/1/2016', 'dd')