Level 104
Use the after validation rule or after_or_equal depending on whether the date above is inclusive
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want to make sure that a user-provided date is no earlier than January 10, 2004. Can I do that with baked-in validation rules, or do I need to make a custom rule?
Use the after validation rule or after_or_equal depending on whether the date above is inclusive
Please or to participate in this conversation.