Annotation Type ToStartOfDay
Sets the time part of a date form field (whether on a Struts Action or model of ModelDriven Struts Action) to midnight, the start of the day.
This annotation applies a post-conversion adjuster, which comes after post-conversion adjuster and before list post-conversion adjuster and post-conversionvalidation, if any. It usually applies to single value fields but can apply to other kinds of field.
| Field type | Converter type | |
|---|---|---|
| Array or collection | Applied to each, converted parameter value. | |
| String array or collection | Converter | Applied to each, converted parameter value. |
| String single value | List converter | Applied to each, converted parameter value. |