• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Update date and hour personalized dynamic stamp

New Here ,
Mar 01, 2018 Mar 01, 2018

Copy link to clipboard

Copied

Good afternoon

I just created a personalized dynamic stamp on Adobe Pro XI Pro.

I copy this script, on the Editor JavaScript:

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

and also use this:

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

AFDate_FormatEx("H:MM , dd/mm/yyyy");

Then I creat the stamp, but when use it doesn't update the hour neither the date with the 2 scripts mentioned above.

Any assist please

Rgs

Views

3.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 02, 2018 Mar 02, 2018

Votes

Translate

Translate
Community Expert ,
Mar 02, 2018 Mar 02, 2018

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 25, 2022 Apr 25, 2022

Copy link to clipboard

Copied

LATEST

Hello, i used two sites to help me with this (2 sites and hours of patience)

Create a custom dynamic stamp using Acrobat DC (adobe.com)

Creating Date Due stamp (JavaScript) (acrobatusers.com)

What i came up with is that you have to go to the stamps folder in your C: Drive and save the file you create in the same folder. 

Also, this is the code

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines