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

Date field format based on digital signature date

Explorer ,
Nov 28, 2020 Nov 28, 2020

Copy link to clipboard

Copied

I have a form with a digital signature field, which includes the following execution field when the field is signed:

this.getField("Date").value = "Digital Signature: " + util.printd("yyyymmdd", new Date());

 

The corresponding "Date" field has the format set as yyyymmdd to match above.

 

However, upon digitally signing the document I get the following Warning: JacaScript Window -

Invalid date/time: please ensure that the date/time exists. Field [Date] should match format yyyymmdd

 

The "Date" field is formatted to yyyymmdd, and it even displays a correct example of the result on the format tab, so I don't understand why the error message comes up.

TOPICS
Fill and sign , How to

Views

1.6K

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 , Nov 28, 2020 Nov 28, 2020

Remove the text "Digital Signature: " or set the format to "None".

Votes

Translate

Translate
Community Expert ,
Nov 28, 2020 Nov 28, 2020

Copy link to clipboard

Copied

Remove the text "Digital Signature: " or set the format to "None".

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
Explorer ,
Nov 29, 2020 Nov 29, 2020

Copy link to clipboard

Copied

LATEST

Thank you!

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
Resources