selahattinunlu / laravel-api-query-builder

Laravel & Lumen Api Query Builder Package
332 stars 66 forks source link

Date= and date between not giving proper results #40

Open ghost opened 6 years ago

ghost commented 6 years ago

date equal to and date between not giving proper results. created_at is time stamp for record create i tried created_at=2017-01-25,

and also date created_at<2017-01-25&created_at>2017-01-20 for date between but the results are not as expected

can you please describe a full example to use it or what modification do i need to use the date and date time queries