Attributes |
dateStyle |
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". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
locale |
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. Value must be either a VB expression that evaluates to a java.util.Locale instance, or a String that is valid to pass as the first argument to the constructor java.util.Locale(String language, String country). The empty string is passed as the second argument. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
pattern |
Custom formatting pattern which determines how the date/time string should be formatted and parsed. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
timeStyle |
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". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
timeZone |
Time zone in which to interpret any time information in the date String. Value must be either a VB expression that evaluates to a java.util.TimeZone instance, or a String that is a timezone ID as described in the javadocs for java.util.TimeZone.getTimeZone(). |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
type |
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". |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
binding |
A ValueExpression that evaluates to an instance of javax.faces.convert.DateTimeConverter. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|