Column Control Datepicker Functionality Not Working

Column Control Datepicker Functionality Not Working

mspenskimspenski Posts: 4Questions: 1Answers: 0

I am trying to implement the datepicker functionality for filtering a date column. I have noticed that selecting a date in the datepicker does not work, but typing a date into the input does (even though the text in the input is the same as what is populated when selecting from the datepicker). This can be seen even in the examples on the website (https://datatables.net/extensions/columncontrol/examples/searchDates/autoLocale-moment.html).

Is there a workaround for this? I have tried my own js to fix this without any luck.

Replies

  • allanallan Posts: 65,339Questions: 1Answers: 10,838 Site admin

    I'll need to debug it. Thanks for letting me know.

    Allan

  • mspenskimspenski Posts: 4Questions: 1Answers: 0

    Looks like it has to do with Locale and for me if i click October 14th on the Calendar. The date it is actually pulling is October 13th at 20:00 because the locale offset is -4 hours. hope this helps

Sign In or Register to comment.