File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Range
2
2
=====
3
3
4
- Validates that a given number is *between * some minimum and maximum number .
4
+ Validates that a given number or `` DateTime `` object is *between * some minimum and maximum.
5
5
6
6
+----------------+---------------------------------------------------------------------+
7
7
| Applies to | :ref: `property or method <validation-property-target >` |
@@ -320,15 +320,15 @@ Options
320
320
min
321
321
~~~
322
322
323
- **type **: ``integer ``
323
+ **type **: ``int `` or `` string `` (date format)
324
324
325
325
This required option is the "min" value. Validation will fail if the given
326
326
value is **less ** than this min value.
327
327
328
328
max
329
329
~~~
330
330
331
- **type **: ``integer ``
331
+ **type **: ``int `` or `` string `` (date format)
332
332
333
333
This required option is the "max" value. Validation will fail if the given
334
334
value is **greater ** than this max value.
You can’t perform that action at this time.
0 commit comments