Annotation Type ToEndOfDay


@Documented @Inherited @Target(FIELD) @Retention(RUNTIME) public @interface ToEndOfDay

Sets the time part of a date form field (whether on a Struts Action or model of ModelDriven Struts Action) to the last millisecond 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.

Applicable Field Types
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.