jquery - Javascript to auto add SLASHES in input box (Date, Time Structure) -


is possible add slashes in input box automatically ?

i need in way 1234/12345/12345

and date , time.. dd/mm/yyyy hh:mm:ss

is possible both in java script ?

roll number : <input id="number" name="number" value="____/_____/_____" > date , time : <input id="time" name="time" value="__/__/____ __:__:__"> 

tried that... didn't worked

you can use jquery.inputmask.

https://github.com/robinherbots/jquery.inputmask


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -