inputEx - DateField Usage

Basic DateField creation

Use the following code to create a basic inputEx DateField.

Change date format

Set the formatDate to your localized date format ! Here is the french format :

Updated event and return value

The DateField returns a javascript Date object instance :

Use a string input/output formatting

The setValue/getValue methods will parse/format the dates to the valueFormat option.