These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Auto-Date

Constance
Registered: Mar 17 2011
Posts: 13

Hi, I have this script that is suppose to automatically put in the current date upon opening.
 
field properties box> calculate>
var f = this.getField("Today");
f.value = util.printd("mm/dd/yyyy", new Date());
 
The problem is, I can't find the Document Open or Page Open in Adobe 8 to be able to put the code in.
 
Does anyone know where this is, or if there is another script that can be used to put in an auto date?

My Product Information:
Acrobat Pro 8.0, Windows
Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi Constance,

Use a Document Script- find it under Advanced -> Document Processing ->Document JavaScriptsHope this helps,

Dimitri