We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the Range Contraint supports Dates (as Strings), see https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php#L339
this isn't mention in the documentation right now. http://symfony.com/doc/current/reference/constraints/Range.html#min
The text was updated successfully, but these errors were encountered:
@timglabisch Thank you for reporting it. Luckily, @webmozart already started to work on this in #4143.
Sorry, something went wrong.
This isn't limited to the Range constraint, but also affects the comparison constraints like EqualTo, GreatherThan, and so on.
Range
EqualTo
GreatherThan
No branches or pull requests
the Range Contraint supports Dates (as Strings), see https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php#L339
this isn't mention in the documentation right now.
http://symfony.com/doc/current/reference/constraints/Range.html#min
The text was updated successfully, but these errors were encountered: