Chartjs-Chat.js, Codeigniter and MySQL. Something wrong on recover data

0👍

In the model you have used the Where statement wrong.

Replace

where("datavencimento BETWEEN '$minvalue' AND '$maxvalue' ")

to

where("datavencimento BETWEEN '$minvalue' AND '$maxvalue' ",null,false)

in both query.

Leave a comment