문제

Is there a jQuery method or workaround that someone has found that will not let the user type anything but dd/mm/yyyy in a textbox ?

Thanks

올바른 솔루션이 없습니다

다른 팁

A masked control will prevent anything but valid input from being entered: http://digitalbush.com/projects/masked-input-plugin/

Or you could try jquery validation, it is one of the most popular validation frameworks: http://docs.jquery.com/Plugins/Validation

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top