Skip to main content
Participating Frequently
March 3, 2023
Question

Auto Fill Today's Date in PDF Form - No JavaScript

  • March 3, 2023
  • 14 replies
  • 10454 views

I am trying to auto fill todays date into adobe pdf form. When I try to do it any of the ways found on the forum so far I have a message saying "This feature is not included in your current Acrobat license." Is there a way to do this with the adobe version I have? 

 

End goal is to creat a dynamic stamp where the date automatically changes each time I apply it to a new document... 

This topic has been closed for replies.

14 replies

Participating Frequently
March 3, 2023
try67
Community Expert
Community Expert
March 3, 2023

What version of Acrobat do you have?

And no, it's impossible without using a script.

Participating Frequently
March 3, 2023

Right now I have a Custom Calculation Script, and in the Javscript Editor I have:

event.value = util.printd("mm/dd/yyyy", new Date);

in the Calculate tab, but this does not update. Is there a differet script i can use to do this from there or other options I have access to?

 

 

 

 

try67
Community Expert
Community Expert
March 3, 2023

No, that should be enough. Did you place it in a field that's a part of a stamp, then?