this uses laravel framework
Oct 11, 2018
3
Level 1
Start date, end date
So, here, I have 2 inputs, input 1 (start date), input 2 (end date), now I want the input to have max and min, input 1 min (17-10-2018), and input 2 max (21- 10-2018) ... now I want if input 1 is less than 17, then it will display an alert containing ("input must not be less than 17"). and if input 2 is more than 22, then it will display an alert ("the input cannot be more than 21"). Please help me ....
Please or to participate in this conversation.