Validate Date/Time/Range sub tag
The <hx:validateDateTimeRange> tag validates a datetime value to ensure it is greater than or equal to a minimum and/or less than or equal to a maximum.
Parent tags
This tag is used as a child of the following tags:
- <h:inputText>
- <h:inputMiniCalendar>
Rendering
This component has no visual rendering. No HTML is rendered.
Properties and All Attributes views
The Properties view for a component shows the most common set of attributes you can set on a component, and, depending on the component, you might also see options for adding controls, actions, or other components. To open the Properties view, click
Window | Show View | Properties.
These common attributes for the Validate date/time/range sub tag:
The All Attributes view shows a table of all the attributes you can set on a component, which includes those attributes you can access from the Properties view. To switch to the All Attributes view, click the
All Attributes icon in the upper right corner of the Properties view.
Table 1. Validate date/time/range attributes Attribute name
Description
maximum
The maximum date as specified by yyyy/mm/dd hh:mm:ss.
minimum
The minimum date as specified by yyyy/mm/dd hh:mm:ss.