Validation for custom page

Hello everyone i have a case where when time is filled with value interval start_date and end_date must be filled how i can add validation for this case
Solution
What about min date?

->minDate(fn($get, $state) => $state)
Was this page helpful?