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.
@see org.apache.commons.beanutils.locale.converters.DateLocaleConverter
@author szaharia
@version $Id: JRDateLocaleConverter.java 3939 2010-08-20 09:52:00Z teodord $