Tchê,
I'm just trying to get information from the bank only when I have the same day as today, so I tried these ways:
...
->where('a.data_hora = ?', current_date());
....
->where('a.data_hora = current_date');
.....
$data = date...
asked by
03.06.2015 / 15:35