I have an input field box. By default, when user comes to this page, I would like to show "MM/dd/yyyy" in the box and when user clicks on the box the "MM/dd/yyyy" should disappear and if user enters following digits --> 12122005 -- they should appear in the field as 12/12/2005 (i.e. / should automatically be placed), Is this something feasible? Can anyone guide me how to go with this?
P.S. Though it won't make much difference, just for information, the input box is a
JSF Component.