Thay đổi tên đầu vào thành:-
echo "<td>".'<input type="text" name="date_from" class="datepicker">'."</td>"; // remove []
echo "<td>".'<input type="text" name="date_to" class="datepicker">'."</td>"; // remove []
Sử dụng Dateformat như thế này
Try: date("Y-m-d") which uses the numeric equivalents.