0
Bye,
i’m wanting to bring the bank information only when it has the same day as today I tried those ways:
...
->where('a.data_hora = ?', current_date());
....
->where('a.data_hora = current_date');
.....
$data = date("Y-m-d");
->where('a.data_hora = ? ', $data);
..
->where('a.data = data');
only that none brought me the result .... the field I want to bring is a timestamp, but I don’t need just this guy’s date.
Can someone help me?
but with datetime he will not seek information about date and time ?
– Estácio Di Fabio