DateField

A kind of validating text field that allows a date to be entered.

Parameters

date

The date property to be editted.

displayName

A name for the the component, used when formulating error messages.

delegate

An IValidationDelegate used to handle validation exceptions.

maximum

The lastest acceptible date (optional).

minimum

The earliest acceptible date (optional).

required

If true, a value must be entered.