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 を使用してフォームを開発しようとしています。
現在の日付と以前に記録された日付の間の時間の長さに基づいて、フィールドに事前入力する必要があります。
この使用例では、2 つの日付を減算して差を取得したいと考えています。
XSLTFormatting クラスで提供される DateDiff 関数を利用できます。
format:dateDiff('yesterday', 'today', 'dd') format:dateDiff('10/31/2016', '11/1/2016', 'dd')