var option={Year:'numeric',Month:'long', Days:'numeric'};
var selecteddate=new Date(this.value);
var DOB=selecteddate.toLocaleDateString('en-US',Option);
// console.log("DOB is:" + DOB)
ChooseDate.innerHTML="DOB:" + " " + DOB;
This code select the previous day of selected date .....I am finding solution of this please help me.
I have tried many time to find the Solution but no.....