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, parsing user-entered number strings into Date properties of beans and rendering them in the UI form.
In web MVC code, this editor will typically be registered with binder.registerCustomEditor
calls in a custom initBinder
method.
@author Juergen Hoeller
@since 28.04.2003
@see java.util.Date
@see java.text.DateFormat
@see org.springframework.validation.DataBinder#registerCustomEditor
@see org.springframework.web.servlet.mvc.BaseCommandController#initBinder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|