malzariey / filament-daterangepicker-filter

MIT License
79 stars 39 forks source link

move displayFormat and format to top of the chain #81

Closed woodymendoza closed 2 months ago

woodymendoza commented 2 months ago

Moves the call to format() and displayFormat() to the top of the chain and the code works correctly. Fixes: https://github.com/malzariey/filament-daterangepicker-filter/issues/76

malzariey commented 2 months ago

Thanks @woodymendoza