In the last example, we saw how to implement a date picker. We implemented a custom JSF Validator to restrict the user to select the second date to be more than or equal to the first date. In this example, we will show how to restrict second calendar's minimum value to be always more than the first calendar selected date. In this case, we will need no date validations.