I implemented my datatables by the Yajra.
We have a datetime field in the table. In searchbuilder, if we want to filter a field of datetime, by default, a datepicker is displayed with only date and no time!
If it is more correct to display both the date and the time. I searched the internet to solve this problem. I figured I had to use moment.js. But when I use moment.js, it encounters more bugs:
Where do you think the problem comes from?