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

Help !! Me !!!!! Copy and paste a date for another date field. (Acrobat Pro DC)

Guest
Oct 04, 2019 Oct 04, 2019

I think it's a very simple question,

but I'm a beginner who has already spent two days on this issue.

 

①The date listed in the date field "Day_A"
②Read it in the date field "Day_B", list it there, and
③Write in a date field "Day_C".

 

There is a little reason and I have to follow the above steps.
I have to write these code only in "Day_B".

Of course all of these are Date fields.

 

Field "Day_A" and  Field "Day_C" can not for use.

Field “Day_A”  →  Field “Day_B” is easy.
Field “Day_B” → Field “Day_C”   I don’t know how to write the code to write to .

 

===

★The field where the code is written is "Day_B".

 

//Get date field DayA.

//Revert to date object.

var GetDayA = this.getField("Day_A").value;
var DayA = new Date(GetDayA);

 

                        //No need this code..
                        //var GetDayB = this.getField("Day_B").value;
                        //var DayB = new Date(GetDayB);

 

//Write to DayB.

DayB = util.printd("yyyy-mm-dd",DayA);

 

//Use "event.value" method to write to this DayB field.
event.value = DayB;

 

★It is from here that I do not know.

 

var GetDayC = this.getField("Day_C").value;
var DayC = new Date(GetDayC);
DayC = util.printd("yyyy-mm-dd",DayA);

and ....????

 

★How can I apply the same effect as "event.value" for the "Day_B" field to "Day_C"?

★Again, event.value cannot be used because this code must be written to the same location.

 

Please help me !!

TOPICS
Acrobat SDK and JavaScript
1.2K
Translate
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 , Oct 04, 2019 Oct 04, 2019

This great free tool may help you: Date Library for Adobe Acrobat 

Translate
Community Expert ,
Oct 04, 2019 Oct 04, 2019
Translate
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
Guest
Oct 07, 2019 Oct 07, 2019
Thank you !!!
Translate
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
Community Expert ,
Oct 04, 2019 Oct 04, 2019

This great free tool may help you: Date Library for Adobe Acrobat 


Acrobate du PDF, InDesigner et Photoshopographe
Translate
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
Guest
Oct 07, 2019 Oct 07, 2019
LATEST
Thank you !!! Very Nice !!!!
Translate
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