I am using ion-datetime for my appointment form. While inserting it is working fine without any problem. But when I need to update the inserted appointment date form details
convert it to ISO format before displaying
var date = new Date('2017-01-01').toISOString() console.log(date)