Example usage for org.apache.commons.beanutils.locale.converters DateLocaleConverter subclass-usage

List of usage examples for org.apache.commons.beanutils.locale.converters DateLocaleConverter subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.beanutils.locale.converters DateLocaleConverter subclass-usage.

Usage

From source file net.sf.jasperreports.engine.util.JRDateLocaleConverter.java

/**
 * A Converter class dedicated for the java.util.Date type.
 * <p/>
 * 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.