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 11Range
22=====
33
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.
55
66+----------------+---------------------------------------------------------------------+
77| Applies to | :ref: `property or method <validation-property-target >` |
@@ -320,15 +320,15 @@ Options
320320min
321321~~~
322322
323- **type **: ``integer ``
323+ **type **: ``int `` or `` string `` (date format)
324324
325325This required option is the "min" value. Validation will fail if the given
326326value is **less ** than this min value.
327327
328328max
329329~~~
330330
331- **type **: ``integer ``
331+ **type **: ``int `` or `` string `` (date format)
332332
333333This required option is the "max" value. Validation will fail if the given
334334value is **greater ** than this max value.
You can’t perform that action at this time.
0 commit comments