validDate(ActionErrors errors, String variableName, String date) Takes a variable name and a date String, and an ActionErrors object and returns the ActionErrors object, containing errors
detected during date validation.
public static ActionErrors validDate(ActionErrors errors, String variableName, String date)(Code)
Takes a variable name and a date String, and an ActionErrors object and returns the ActionErrors object, containing errors
detected during date validation. This method should be called from the validate method of your forms.