JSF Calendar Converter

See Also | Tutorials

Converts between java.lang.String values in your component properties and data types of java.util.Calendar. This converter applies, for example, when you bind to a web service that has a field of type dateTime. The standard JAX-RPC translation for that field is to a java.util.Calendar property.

When you bind a component, the IDE normally identifies the data type for you and sets the appropriate converter when you establish a binding to the value property.  However, you can also add this converter manually by setting the component's converter property.

See Also
JDBC Type Conversions
Common Component Properties
About the Visual Web Palette
Tutorials

Legal Notices