Copy link to clipboard
Copied
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 🙂
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”)}}
Copy link to clipboard
Copied
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”)}}
Copy link to clipboard
Copied
Thanks Simon, this made the trick!