i've issue I try this query, do not return any rows. just 0 rows. Even tho there is data matching the request..
select * from repairshop_reservations where date = DATE_FORMAT("11/06/2017 20:00:00", '%d/%m/%Y %H:%i:%s"');
Currently my content of the selected table look like this

The data value of column Date is datetime
SELECT * FROM repairshop_reservations WHERE date = "11/06/2017 20:00:00";where date = '2017-06-11 20:00:00'