I have created a custome dynamic stamp and inserted the dynamic field from an existing dynamic stamp. Here is the problem: Once it is save with the current time and date the stamp is no longer dynamic when selected for future use. However when I go back in and edit it; by clicking on the calculate field under properties; after clicking edit custom calculation and clicking back out it will update the way that it should. Why does it not stay dynamic once I save the stamp? Current javascript is:
event.value = (new Date()).toString();
AFDate_FormatEx("h:MM tt, mmm dd, yyyy");
Simply put: The stamp does not read the current time and date once it is saved.
Thank you in advance.
event.value = util.printd("h:MM tt, mmm dd, yyyy", new Date());