問題タブ [xfdf]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xforms - XFDL 日付の制約
私はフォームを持っていますが、フォームには日付が必要です。日付は YYYY-MM-DD 形式で、2022-04-01 以降である必要があります。XFDL と XForms を使用しています。日付のソースコードで見つけることができる唯一の参照は、
<xforms:bind nodeset="instance('INSTANCE')/CertificatonDt" constraint=".='' or substring(., 1, 4) = '2020'" required="true()">
2020 を 2022 に変更するだけですか?