Tests whether the value for a date field is within the range specified. Range is inclusive, and is specified via validator.min and validator.max, which should be dates.
Note that the errorMessage for this validator will be evaluated as a dynamicString - text within ${...} will be evaluated as JS code when the message is displayed, with max and min available as variables mapped to validator.max and validator.min.