I have a text box which has the place holder within as __-__-__ ("_" denotes a number) When I type in the box, it is entered as 123456.
I need it to be entered as 12-34-56 (without manually adding the "-" character)
<input type="text" placeholder ="__-__-__" id="number"/>