Myfaces Commons Converter Tag Library 1.2.
Tag convertDateTime


Simple convert that overrides the spec DateTimeConverter and uses TimeZone.getDefault() as the base timezone, rather than GMT. Convert date time using normal system timezone like it should User: treeder Date: Oct 28, 2005 Time: 7:19:01 PM


Tag Information
Tag Classorg.apache.myfaces.commons.converter.ConvertDateTimeTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
dateStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The style of the date. Values include: default, short, medium, long, and full.
localefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The name of the locale to be used, instead of the default.
patternfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A custom Date formatting pattern, in the format used by java.text.SimpleDateFormat.
timeStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The style of the time. Values include: default, short, medium, long, and full.
timeZonefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
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.Object)
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.