Comparions
All rules in this page can be applies to number
and date
Between
Validates if the input is between two numbers
Or two dates
Interval
Like between, validates the input is in the range.
The following rule has the same result as between 18 and 60
Besides closed interval
, Rebb Val also support open interval
and half-open interval
You can use date interval
like this
Equals
Not Equal
Greater than
Greater than and equal
Less than
Less than and equal
Last updated
Was this helpful?