public class XDateValidator extends XBaseValidator (Code)
A date validator
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
Carries out the min-max validation on the value entered. If the Method
validationMethod is not null we have to invoke it in order to get it's
return value. If the Method invocation returns a null we do not validate.
If a problem is found we format the message using the messageHelper.
Parameters: c - The component triggering the validation throws: Exception - Contains the details of the message