उपयुक्त प्रारूप का प्रयोग करें
//converting one date format into another
$date = date('Y-m-d', strtotime($this->input->post['date']));
उपयुक्त प्रारूप का प्रयोग करें
//converting one date format into another
$date = date('Y-m-d', strtotime($this->input->post['date']));