jquery - Date Validation with Mask -
jquery - Date Validation with Mask -
i using jquery mask date input. thing works expected, if type in 13343454, turn right format 13/34/3454. doesn't create sense!
how can validate form? live code
html
enter dob <input type="text" id="dob">
js
$('#dob').mask('00/00/0000');
jquery
Comments
Post a Comment