Closed sergeynilov closed 1 week ago
hello @LTKort It's not implemented yet. I'll add it soon in the next release (y)
@sergeynilov what is the final query you expect here? Why not just register two separate filters?
@stefvanesch with 4 datepickers on the form ? Do you mean this ?
@stefvanesch please update to 0.0.9 version, you should be able to pass an array with two fields to filter, but you can still pass a single string as default:
(new \Rpj\Daterangepicker\Daterangepicker(['active_from', 'active_till']),
Thanks for your work and this usefull plugin!
I implemented this pluging("rpj/daterangepicker": "^0.0.8") in Laravel 10 / nova 4.27 app for products.published_at field and wonder if there is a way to filter on 2 date fields of a table :
?