$query = "SELECT * FROM `food` WHERE `Date` BETWEEN DATE(`".$dt_from."`) AND DATE(`".$dt_to."`) order by `Date`";