Class JRDateLocaleConverter

  • All Implemented Interfaces:
    org.apache.commons.beanutils.Converter, org.apache.commons.beanutils.locale.LocaleConverter

    public class JRDateLocaleConverter
    extends org.apache.commons.beanutils.locale.converters.DateLocaleConverter
    A Converter class dedicated for the java.util.Date type.

    In order to obtain a java.util.Date object from a given String, a JRJavaUtilDateConverter object should be instantiated and it's inherited convert() method should be called. The final result is provided by the JRJavaUtilDateConverter's parse() invoked method.

    If if any of constructor arguments is null, default values will be provided.

    Author:
    szaharia
    See Also:
    DateLocaleConverter
    • Constructor Detail

      • JRDateLocaleConverter

        public JRDateLocaleConverter​(TimeZone timeZone)