Použijte vhodný formát
//converting one date format into another
$date = date('Y-m-d', strtotime($this->input->post['date']));
Použijte vhodný formát
//converting one date format into another
$date = date('Y-m-d', strtotime($this->input->post['date']));