I'm passing the data to back-end in date format -
Fri Nov 08 201900:00:00 GMT+0530
(India Standard Time) ,
but it was automatically
converting the date format to this DateandTime format -
2019-11-07T18:30:00.000Z
and in database its storing '2019-11-08'
.
while retrieving the data it's returning one day off '2019-11-07'
.