Skip to main content
Participant
January 18, 2017
Question

creating stamp with my initials and date

  • January 18, 2017
  • 2 replies
  • 3854 views

How do I create a stamp with my initials and date?  I want the date to automatically update when I use the stamp, but then stay the same.

This topic has been closed for replies.

2 replies

Participant
July 8, 2024

Hello, from what I found, open the created image via adobe acrobat app > choose create form > create > double click the date field > click on calculations tab > customized javascript > edit > then type this:

event.value = util.printd(h:MM tt, mmm dd yyyy", new Date);

close the form toolbox > save.

AkanchhaS8194121
Legend
February 8, 2017

Hi Joe12217768,

Which application you are working on, is it Adobe Acrobat or Adobe Reader?

Please refer to the help documents Creating a Custom Dynamic Stamp

and Add a stamp to a PDF in Adobe Acrobat DC

This might help you.

Regards,

Akanchha

Participant
February 10, 2017

I'm working in acrobat. I can create a stamp, but I want the date to

automatically update to today's date. The way it shows you to create a

stamp, I would have to create a new stamp every day.