For Materialize datepicker, I have found the min and max options for Materialize datepicker, but do not know how to set two datepickers used in conjunction with each other as follows:
I am not a javascript programmer, so not sure how to even start this. From my guesses, I would need to put some code in the onSet event of each datepicker.
I am also trying to do the same for the timepicker: http://weareoutman.github.io/clockpicker/jquery.html.
Can someone please assist with this code or another solution?
Settled for server side validation. There seems to be no way to do this on client side with the materialize plugin.