PropertyEditor
implementation for Dates. This implementation delegates formatting and parsing the to the underlying @link {@link DateTimeFormat}. @link {@link DateTimeFormat#getShortDateFormat()} isthe default format. By default, strings are parsed with the @link {@link DateTimeFormat#parse(String)}, to parse "strictly" use {@link #setParseStrict(boolean)} to enable. When true, strings are parsedwith @link {@link DateTimeFormat#parseStrict(String)}.
@see DateTimeFormat
|
|