I want to pass the content I have in an input with% co_from% to time, I tried it with strtotime but it does not give me the expected result.
$fecha = strtotime($this->input->post("fecha"));
It returns "0" when I want it to return the time of the indicated date.