i am using in angular its work 2018-Aug-28 this type u can change particular format u wont
this.dob is ng model name used
let birthDate = new Date(this.dob);
this.dob = birthDate.toLocaleDateString('en-GB', {
year: 'numeric', month: 'short', day: 'numeric'
}).replace(/ /g, '-');
console.log(this.dob)