Skip to content

Commit

Permalink
Update validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 31, 2019
1 parent 900db13 commit fed0abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ The field under validation must be equal to the given date. The dates will be pa
<a name="rule-date-format"></a>
#### date_format:_format_

The field under validation must match the given _format_. You should use **either** `date` or `date_format` when validating a field, not both. The formats allowed are the ones for [DateTime](https://www.php.net/manual/es/class.datetime.php) class.
The field under validation must match the given _format_. You should use **either** `date` or `date_format` when validating a field, not both. This validation rule supports all formats supported by PHP's [DateTime](https://www.php.net/manual/es/class.datetime.php) class.

<a name="rule-different"></a>
#### different:_field_
Expand Down

0 comments on commit fed0abe

Please sign in to comment.