Question
trying to add current date and time to my PDF and it is not working... need help
I am trying to do the following.
var f = this.getField("Today");
f.value = util.printd("mmm/d/yyyy", new Date());
It works in acrobat but when I save as PDF it becomes static and no longer works.
I've been trying for 1 week everyday for hours and can not get it to work.
What can I be doing wrong?
Thanks
