Skip to main content
Participant
January 22, 2017
Answered

How do I change the date format on the dynamic stamps.

  • January 22, 2017
  • 1 reply
  • 20917 views

I'm in Australia.  I need the dynamic stamps to have Australian format dates, i.e. day, month, year.  The dynamic Paid stamp date is month, day, year.  Just super confusing for all of us down here.  My system Win10 is set to my area and the date is d/m/y.  I cannot find any option in my (new) Acrobat DC Pro to change the date format in the dynamic stamps.  It is an international programme isn't it?

This topic has been closed for replies.
Correct answer try67

There's another folder where stamp files are located, the user's Stamps folder (the one I described above is the app's Stamps folder).

Again, the exact location varies, but on your system it should be under:

C:\Users\<Your user name>\AppData\Roaming\Adobe\Acrobat\<Version number>\Stamps

1 reply

try67
Community Expert
Community Expert
January 22, 2017

You'll need to locate the stamp's PDF file and then edit the code in it that populates the field with the current date.

This location will depend on your version of Acrobat and on your OS. For example, in Acrobat XI on Windows 7 it should be under the following folder: C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\Annotations\Stamps\ENU

There are several files there. It's most likely under the Dynamic.pdf one. Open it in Acrobat and locate the stamp you want to edit.

Then switch to the Form Edit mode and right-click on the field in the stamp. Select Properties and then look under the Calculate tab.

You'll probably see something like this code:

event.value = (new Date()).toString();

AFDate_FormatEx("h:MM tt, mmm dd, yyyy");

This will result in the following output: "5:48 pm, Jan 22, 2017"

You can change the parameter of the AFDate_FormatEx function to achieve different formats.

When done, save and close the file and it should update the Stamp tool.

nonparielAuthor
Participant
January 23, 2017

This was very helpful try67 and I learned a lot, but the Paid stamps aren't in the Enu or Words files in Stamps, in my Acrobat Pro DC version.  Helped by your information I was able to make up a Paid dynamic with Au date but it is blue.  Thank you, I keep learning about the dynamics.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
January 23, 2017

There's another folder where stamp files are located, the user's Stamps folder (the one I described above is the app's Stamps folder).

Again, the exact location varies, but on your system it should be under:

C:\Users\<Your user name>\AppData\Roaming\Adobe\Acrobat\<Version number>\Stamps