DateTimeConverter implementation that handles conversion to
and from java.util.Calendar objects.
This implementation can be configured to handle conversion either
by using a Locale's default format or by specifying a set of format
patterns (note, there is no default String conversion for Calendar).
See the
DateTimeConverter documentation for further details.
Can be configured to either return a default value or throw a
ConversionException if a conversion error occurs.
version: $Revision: 555824 $ since: 1.8.0 |