Aspose.Form for .NET 2.8.1 hotfix has been released. This hotfix includes support for multiple date formats. Follow the below guidelines to set custom date format:
1. Date format can be set in the resource.xml file. Now resource.xml file contains the new tag
<resource name="DateFormat">mm/dd/yy</resource>
in the section
<control name="DatePicker">
2. Use any delimiter for date format e.g. ‘-’ or ‘/’ etc
3. Change the order of month, day and year e.g. ‘mm-dd-yy’ or ‘dd-mm-yy’ etc
4. Supported templates include the following:
m/d/y
mm/dd/yy
mmm/ddd/yyy
mmmm/dddd/yyyy
This hotfix also allows you to control the text length of a text box. You can set ‘Limit text box to n characters’ attribute of the text box.
This hotfix also includes some important bug fixes.
To view a complete list of new features and fixes and to download this hotfix, please visit Download Page