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.
Comments
Post a Comment