Searchable not working on date column.

This piece of code seems not to work
                TextColumn::make('paid_date')->datetime()->size('sm')->searchable(),
.Searching by the date does not work .The date format displayed in the table takes this form
Oct 4, 2023 12:48:18
. Any help or leads ?
Was this page helpful?