Copy link to clipboard
Copied
Hi, I am using format directive to render the date in specified format but it does not render anything. Below are the tag which are working fine and failing.
Working fine and rendering value with "Aug 8 2023": {{P1_es_:signer1:date}}
Not working and not rendering any value: {{P1_es_:signer1:date:format(date,dd-mm-yy)}}.
Can somebody help me with this?
Hi Deepak,
The reason why the date field is not being recognized is due to the text tag is wrapping to a new line.
As you can see in the example below, I decreased the font size after the two opening curley brackets,
Attaching a Word file for your convenience with the same example.
{{P1_es_:signer1:date:format(dd/mm/yyyy)}}
Another option, is to follow the syntax for text that shortening. Please look at the article below
https://helpx.adobe.com/sign/kb/how-to-decrease-the-field-length-of-a-long-text-tag-adobe-sign.html
...Copy link to clipboard
Copied
Hello,
Are you making sure to put the format for the date in quotes?
Example:
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hi Deepak,
The reason why the date field is not being recognized is due to the text tag is wrapping to a new line.
As you can see in the example below, I decreased the font size after the two opening curley brackets,
Attaching a Word file for your convenience with the same example.
{{P1_es_:signer1:date:format(dd/mm/yyyy)}}
Another option, is to follow the syntax for text that shortening. Please look at the article below
https://helpx.adobe.com/sign/kb/how-to-decrease-the-field-length-of-a-long-text-tag-adobe-sign.html
'
Regards,
Roman
Copy link to clipboard
Copied
Thank you, Roman.