Java org.apache.commons.validator.routines CalendarValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator.routines CalendarValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator.routines CalendarValidator.

The text is from its open source code.

Method

intcompareDates(Calendar value, Calendar compare)

Compare Dates (day, month and year - not time).

CalendarValidatorgetInstance()
Return a singleton instance of this validator.
Calendarvalidate(String value, TimeZone timeZone)

Validate/convert a Calendar using the specified TimeZone and default Locale.

Calendarvalidate(String value, String pattern)

Validate/convert a Calendar using the specified pattern and default TimeZone.

Calendarvalidate(String value, Locale locale)

Validate/convert a Calendar using the specified Locale and default TimeZone.