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.
Acrobat でレポート フォームを作成していて、ページのフォーム ボタンを押して更新したい日付フィールドがあります。(私が考えていたのは非印刷ボタンでした。)
日付フォーム フィールドに現在の日付を挿入するには、どの Javascript をボタンに配置する必要がありますか。
1 つのオプション: ボタンの [アクション] タブで、JS- と入力します。
var fld = this.getField("datefield");
fld.value = util.printd("yyyy/mm/dd",new Date());
お役に立てれば、
ディミトリ
www.pdfscripting.com