ekondur/DatatableJS

Column Searching By Date Does Not Account for time

tekoscott opened this issue · 5 comments

Hi ekondur,

Column Searching does not work when the date has a time portion other than "12:00:00 AM"

To replicate the issue with your sample web application.

In the database add a BirthDate for Arya Stark of "19-Sep-1980 01:19 AM".

Compile and run the web application and try and search for for 19/09/1980

The record is not found because the time portion of the date does not match.

It only works when the timestamps exactly match "12:00:00"

Kind Regards

tekoscott

Hi @tekoscott, i got it.
I will fix it soon.
Thank you.

Hi @tekoscott
I fixed it in v1.3.3 version, please test it.
Regards.

Thanks for that. Will test and let you know

Awesome thanks for that did testing and it works brilliantly. You can close this issue. Once again thanks.

Thank you @tekoscott