Change date from YYYYMMDD to YYYY-MM-DD Javascript
I'm trying to convert a string from my database that is formatted as YYYYMMDD and is placed in the input box id="startingdate". How would I convert it to YYYY-MM-DD at the other input box id="
stackoverflow.com