Formatted Date Range - caf_f:validateFormattedDateRange

Validator Information 
InfoValue
Validator IDcom.webmethods.caf.faces.validator.FormattedDateRange
Handler ClassNone
Description Min/max date/time value, taking into account localized date formatting.
Palette LocationCAF Core/Validator/Formatted/Formatted Date Range
Attributes 
NameRequiredTypeDescription
customErrorMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom message for validation errors.
datePatternfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Pattern to use when parsing a date from a string.
maximumfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The maximum value allowed.
minimumfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The minimum value allowed.
regionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The Locale to use for determining the value.
showCAFErrorMsgfalsejavax.el.ValueExpression
(must evaluate to boolean)
Include the CAF error message with the custom error message.

If not specified, the default value is "false".

timePatternfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Pattern to use when parsing time from a string.
timeZonefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Time Zone to use for comparing to min and max.
useTimefalsejavax.el.ValueExpression
(must evaluate to boolean)
Use time as part of the validation.

If not specified, the default value is "true".

Output generated by Vdldoc View Declaration Language Documentation Generator.