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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -