PropertyEditor for java.util.Date, supporting a custom
java.text.DateFormat.
This is not meant to be used as system PropertyEditor but rather as
locale-specific date editor within custom controller code, to parse
user-entered date strings into Date properties of beans, and render
them in the UI form.
In web MVC code, this editor will typically be registered with
binder.registerCustomEditor calls in an implementation
of BaseCommandController's initBinder method.
java.util.Date, supporting a customjava.text.DateFormat.This is not meant to be used as system PropertyEditor but rather as locale-specific date editor within custom controller code, to parse user-entered date strings into Date properties of beans, and render them in the UI form.
In web MVC code, this editor will typically be registered with
binder.registerCustomEditorcalls in an implementation of BaseCommandController'sinitBindermethod.