f
Tag convertDateTime


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


Tag Information
Tag Classcom.sun.faces.taglib.jsf_core.ConvertDateTimeTag
TagExtraInfo Classcom.sun.faces.taglib.FacesTagExtraInfo
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
dateStylefalsefalsejava.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".
localefalsefalsejava.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.
patternfalsefalsejava.lang.String Custom formatting pattern which determines how the date/time string should be formatted and parsed.
timeStylefalsefalsejava.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".
timeZonefalsefalsejava.lang.String Time zone in which to interprety any time information in the date string. Expressions must evaluate to a java.util.TimeZone instance.
typefalsefalsejava.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".

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.