Make date_before_or_equal and date_after_or_equal #1328
RomainLanz
started this conversation in
Ideas
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! 👋🏻
We currently only have rules like
date_before
ordate_after
that strictly enforce that a date is before or after a specific date.Adding a variant that ensures the same thing but includes the current date would be beneficial.
The current workaround is to take the current date and remove/add one day.
So, when it displays the error message, it is hard for the end user to understand the valid dates.
Beta Was this translation helpful? Give feedback.
All reactions