| |||||||
FRAMES NO FRAMES |
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
Tag Information | |
Tag Class | org.apache.myfaces.view.facelets.tag.jsf.core.ConvertDateTimeHandler |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
for | false | false | java.lang.String | {@inheritDoc} |
dateStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The style of the date. Values include: default, short, medium, long, and full. |
locale | false | false | javax.el.ValueExpression
(must evaluate to java.util.Locale )
| The name of the locale to be used, instead of the default. |
pattern | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A custom Date formatting pattern, in the format used by java.text.SimpleDateFormat. |
timeStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The style of the time. Values include: default, short, medium, long, and full. |
timeZone | false | false | javax.el.ValueExpression
(must evaluate to java.util.TimeZone )
| The time zone to use instead of GMT (the default timezone). When this value is a value-binding to a TimeZone instance, that timezone is used. Otherwise this value is treated as a String containing a timezone id, ie as the ID parameter of method java.util.TimeZone.getTimeZone(String). |
type | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies whether the date, time, or both should be parsed/formatted. Values include: date, time, and both. Default based on setting of timeStyle and dateStyle. |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.DateTimeConverter )
| A ValueExpression that evaluates to a DateTimeConverter. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |