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

Date field format based on digital signature date

Explorer ,
Nov 28, 2020 Nov 28, 2020

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

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

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

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

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

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