Full datetime to date in Searchpanes serverside

Full datetime to date in Searchpanes serverside

SarbastSarbast Posts: 85Questions: 0Answers: 0

Hello,
I have a full datetime as (11 May, 2022, 08:15:00 pm) field in the table. I would like to filter this field into searchpanes in just date as (11-05-2022). I did it in client side via Moment.js, but I changed it to serverside. So, how can I do it in serverside.

Thanks

Replies

  • allanallan Posts: 61,447Questions: 1Answers: 10,055 Site admin

    At the moment I don't believe that is possible with server-side processing, since SearchPanes applies an = condition, which wouldn't match your full date/time without a cast. We'll need to look at how such a feature can be added.

    Allan

  • SarbastSarbast Posts: 85Questions: 0Answers: 0

    Thanks Allan

Sign In or Register to comment.