I'm getting 2019-09-10T00:00:00 as a response from API, So I want to remove the time part and want only 2019-09-10 as result.
$('<td>').text(item['Date']),
$('<td>').text(item['Time In']),
$('<td>').text(item['Time Out'])
This is what my code is looking like, now I want to change these three.