| Attributes |
| Name | Required | Request-time | Type | Description |
| dateStyle | false | false | java.lang.String |
Predefined formatting style which determines how the date
component of a date string is to be formatted and parsed.
Applied only if type is "date" or "both". Valid values
are "default", "short", "medium", "long", and "full".
Default value is "default".
|
| locale | false | false | java.lang.String |
Locale whose predefined styles for dates and times are used
during formatting or parsing. If not specified, the Locale
returned by FacesContext.getViewRoot().getLocale() will be
used. Expressions must evaluate to a java.util.Locale instance.
|
| pattern | false | false | java.lang.String |
Custom formatting pattern which determines how the
date/time string should be formatted and parsed.
|
| timeStyle | false | false | java.lang.String |
Predefined formatting style which determines how the
time component of a date string is to be formatted and
parsed. Applied only if type is "time" or "both".
Valid values are "default", "short", "medium", "long",
and "full". Default value is "default".
|
| timeZone | false | false | java.lang.String |
Time zone in which to interprety any time information
in the date string. Expressions must evaluate to a
java.util.TimeZone instance.
|
| type | false | false | java.lang.String |
Specifies what contents the string value will be
formatted to include, or parsed expecting. Valid
values are "date", "time", and "both". Default
value is "date".
|