I have a input datetime format: dd/mm/yy hh:mm
I use jquery validate to check user’ input & it work well.
But now, I want validate hh:mm must not in a definite range, example: I have blocking time from 07:00 to 15:00, so hh:mm user input must not in this range.
How to validate this using javascript (jquery validate, …)?
Using plain Javascript: