forms - Create an Acrobat button to insert the current date -
I am creating a report form in Acrobat and I have a date field that I click on the Form button on the page to update Want to do (What I was thinking was a non-printing button.)
Clicking on this button will require Javascript.
One option: Enter JS on the Actions tab of the
var fld = this.getField ("
fld.value = util.printd ("yyyy / mm / dd", new date ());
Hope this helps,
Dimitri
www.pdfscripting.com
Comments
Post a Comment