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.
私はXformsを初めて使用し、ノードセットバインディングでデフォルトの日付を設定するのに助けが必要です。デフォルトの日付を現在の日付+30日に設定する必要があります。どうすればよいですか?
結果をにしたい場合はxs:dateTime、次の方法でうまくいきます。
xs:dateTime
current-dateTime() + xs:dayTimeDuration('P30D')
理解した。バインディングでは、日付のデフォルトをdays-to-date(days-from-date(local-date())+ 30)に設定しました。しかし、これは時間を設定しません。そして私のフィールドはタイプxs:datetimeです。