Date in dynamic stamp not updating to reflect current date/time
I need to create a simple dynamic stamp with a date/time field, which the user will use to indicate when a document was filed. The rest of the stamp is simple text, just their name and other identifying information. I created one according to the directions here:
https://helpx.adobe.com/acrobat/kb/create-custom-dynamicstamp.html
At first the stamp worked as expected for a few weeks/months, and then suddenly stopped working inexplicably. I have since created a new stamp, but using the following Javascript code instead:
event.value = util.printd("mmm dd yyyy h:MMtt", new Date());
console.println("Dynamic stamp calculation script");
Unfortunately it still does not work, and I am unable to determine why.
