I have a text box i need to append "-" in date format
Like I type DD-MM-YYYY in text box
when users enter Date-(This should automatically come) than month (- this should automatically come ) and than later year
so when i enter something in text box like this
29-06-1992
How to do it in JavaScript or Jquery