Ubah nama Input menjadi :-
echo "<td>".'<input type="text" name="date_from" class="datepicker">'."</td>"; // remove []
echo "<td>".'<input type="text" name="date_to" class="datepicker">'."</td>"; // remove []
Gunakan Format Tanggal seperti ini
Try: date("Y-m-d") which uses the numeric equivalents.