diff options
| author | Asko Nomm <asko@bien.ee> | 2022-03-06 22:49:33 +0100 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-03-06 22:49:33 +0100 |
| commit | d2a1290423e1102b23fc8e042cef5420a42c02af (patch) | |
| tree | 8d5c507a78b6bbed8d6f5657bdf5bc3be59f3461 | |
| parent | f313168d4b53b32b1ee3ce3e2e9ed749848f6985 (diff) | |
Fix README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ $rules = ['password' => 'required']; $hird = new Hird($fields, $rules); ``` -### 'date-format` +### `date-format` The `date-format` validator validates the string format of a date, and is registered as the `date-format` rule. It will pass validation if the value is set and the value is in the format specified by the rule. |
