Signature date formatting issue

After customer saves form. Date displays on contract MM/DD/YY… Unable to find settings to change formatting


need to display as dd/mm/yy

Hello,


Thank you for your request. We have checked it with our core developers and we will implement it soon.

Thank you for your suggestion.

Hello -


Any status on this?

Hello,

Yes, this feature is released and you can use it. In case that you use GroupDocs cloud service when you add a date field to the document, just switch to the Date Settings tab as shown on this screenshot and select the format you need.

In case that you use GroupDocs.Signature for .NET library you should do the following:

In Global.asax.cs where you initialize the component:

GroupdocsSignature.Init(new GroupdocsSignatureSettings);

GroupdocsSignatureSettings class has the property DateFieldAcceptedFormats (a string array). You can set custom formats there, and later, during preparation, you will be able to select one of those formats.