Skip to main content
Participant
September 27, 2021
Answered

Text Tag for Signature Date Format

  • September 27, 2021
  • 1 reply
  • 1553 views

I've tried to set the date format for the signature date using text tags which appenrently doesn't work:

{{Dte_es_:signer1:date(format=date,dd-mmm-yyyy)}}

 

Is there something wrong with the tag? Thanks in advance for your helps and hints 🙂

This topic has been closed for replies.
Correct answer SimonESATS

that would work for the 'isdate' field, but for the date field it's slightly different and need to treat the formatting same as for a calc field.

 

try this

{{Dte_es_:signer1:date:format(date, “dd-mmm-yyyy”)}}

1 reply

SimonESATSCorrect answer
Adobe Employee
September 30, 2021

that would work for the 'isdate' field, but for the date field it's slightly different and need to treat the formatting same as for a calc field.

 

try this

{{Dte_es_:signer1:date:format(date, “dd-mmm-yyyy”)}}

Toastie89Author
Participant
September 30, 2021

Thanks Simon, this made the trick!