How can I validate the value of time using form validation engine? I’m using a timepicker (http://trentrichardson.com/examples/timepicker/) plugins to insert date and time in same field that gave a value of “2011-05-25 00:00:00” 00:00:00 is a default value if the user not tick on the slider.
time must not be in “00”. Do i need to trim the value to validate it? I’m stuck with this. Please help.
1 Answer