| Attributes |
| Name | Required | Request-time | Type | Description |
| minimum | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| Minimum date that can be selected on client-side and is used on validation at server-side.
Value must be either String, or java.util.Date. If String is given, the value must be in the format of parent hx:inputDateTime's type. |
| maximum | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| Maximum date that can be selected on client-side and is used on validation at server-side.
Value must be either String, or java.util.Date. If String is given, the value must be in the format of parent hx:inputDateTime's type. |
| exceedMaximumMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Message to show if the minimum is not set and submitted value exceeds specified maximum value. |
| lessThanMinimumMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Message to show if the maximum is not set and submitted value is before than specified minimum value. |
| notInRangeMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Message to show if the minimum and minimum is set and submitted value is not in that range. |