Example usage for org.apache.commons.validator DateValidator subclass-usage

List of usage examples for org.apache.commons.validator DateValidator subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.validator DateValidator subclass-usage.

Usage

From source file us.mn.state.health.lims.common.util.validator.DateValidator.java

/** 
 * <p>Perform date validations.</p> 
 * <p> 
 * This class is a Singleton; you can retrieve the instance via the 
 * getInstance() method. 
 * </p>