Previous | Next | (P-PDF) Forms & FDF
Topic: Auto-insert of date upon opening PDF file
Conf: (P-PDF) Forms & FDF, Msg: 87946
From: dave_gatlin
Date: 5/20/2003 03:19 AM
the script can be found under help, in acrobat.
but
var f = this.getField("Today");
f.value = util.printd("mm/dd/yyyy", new Date());
you must name the field: Today