I am Vuejs application in Vuejs with Laravel as a backend. I use datepicker to add dates in a column. I get an error
Invalid date and time format: 1292 Invalid date and time value: '2017-05-04T18: 30: 00.000Z' for the column schedule in row 1
I am sending the date on request:

And when doing dd in laravel, I get:

Can anyone help me how to achieve this.
source share