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.
EXSLT拡張機能を使用して日付を減算するにはどうすればよいですか。
日付追加機能があるようですが、EXSLTドキュメントには例が含まれていません。たとえば、現在の日付を取得して1か月を減算しようとしています。
減算するには、負の期間を追加します。
詳細については、XMLスキーマ仕様を参照してください。
date:add($now, '-P1M')