Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
Validation.Add("dateOfBirth", Validator.DateTime("Date of birth was not valid")); |
|
Validation.Add("quantity", Validator.Integer("Enter a number")); |
|
Validation.Add("confirmPassword", |
|
Validator.EqualsTo("password", "Passwords must match.")); |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.