I am using jquery validator to validate text inputs. The problem I have is, if I click submit it displays all error message correctly. However, on the datepicker input, to c
If you are using Jquery Form Validator(http://www.formvalidator.net/)
and you want to use bootstarp datepicker then just add class="hasDatepicker" to input element.It worked for me.