JSF Core Facelets Tag Library.
Tag convertDateTime


This tag associates a date time converter with the nearest parent UIComponent. Unless otherwise specified, all attributes accept static values or EL expressions. see Javadoc of JSF Specification

Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.

See tag documentation.



Tag Information
Tag Classorg.apache.myfaces.view.facelets.tag.jsf.core.ConvertDateTimeHandler
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
forfalsefalsejava.lang.String{@inheritDoc}
dateStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The style of the date. Values include: default, short, medium, long, and full.
localefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Locale)
The name of the locale to be used, instead of the default.
patternfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A custom Date formatting pattern, in the format used by java.text.SimpleDateFormat.
timeStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The style of the time. Values include: default, short, medium, long, and full.
timeZonefalsefalsejavax.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).
typefalsefalsejavax.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.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.DateTimeConverter)
A ValueExpression that evaluates to a DateTimeConverter.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.