How do I add a date stamp that autofills upon opening, in the new Acrobat Pro?
I have found countless sites that explain how to create it in the older versions with coding like this (var f = this.getField("Today");
f.value = util.printd("mmm/d/yyyy", new Date());). I can't seem to find how to create it now. I need the date to automatically fill in with the current date upon opening. Please help!
