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, ...).
Thanks.