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
After customer saves form. Date displays on contract MM/DD/YY… Unable to find settings to change formatting
Hello,
Hello -
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.