Skip to content

Commit b868120

Browse files
authored
Merge pull request #4825 from afraca/patch-1
Fixed date validation not accepting relative dates
2 parents 266c0a5 + 5f7fd72 commit b868120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ The field under validation must have a matching field of `foo_confirmation`. For
666666
<a name="rule-date"></a>
667667
#### date
668668

669-
The field under validation must be a valid date according to the `strtotime` PHP function.
669+
The field under validation must be a valid, non-relative date according to the `strtotime` PHP function.
670670

671671
<a name="rule-date-equals"></a>
672672
#### date_equals:_date_

0 commit comments

Comments
 (0)