Skip to main content
Known Participant
September 17, 2023
Question

automatische Uhrzeit und Datum

  • September 17, 2023
  • 1 reply
  • 1793 views

Hallo gibt es ein Script für ein Automatisches Datum und Uhrzeit die auch immer mitläuft wenn die PDF geöffnet ist und diese auch mit gedruckt wird 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
September 17, 2023

Yes. Create a text field called "Now" and place this code under Tools - JavaScript - Document JavaScripts (NOT in a function!):

 

this.getField("Now").value = util.printd("dd/mm/yyyy HH:MM", new Date());

 

Known Participant
September 17, 2023

wo genau bei extras

 

try67
Community Expert
Community Expert
September 17, 2023

What?