public class Date extends AbstractValidation
<param name="format" value="format" />| Modifier and Type | Field and Description |
|---|---|
static String |
FORMAT
The format used to parse the date.
|
| Constructor and Description |
|---|
Date() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String value)
Validates a date string to ensure it can be converted to a date.
|
addParam, getParamNames, getParamValue, matchespublic static final String FORMAT
<param name="format" value="format" />.public boolean isValid(String value)
<param name="format" value="format" />isValid in interface IValidationisValid in class AbstractValidationvalue - StringCopyright © 2012. All Rights Reserved.