Datatables and date type - server side - does not filter date column
Datatables and date type - server side - does not filter date column
Hello
I'm using Datatables with PostgreSQL for my database and the example processing file http://www.datatables.net/development/server-side/php_postgres.
My problem is that I have a field which is of date type in my PostgreSQL table and the example file says I need to modify it for all other types of data except string. I probably need to cast the date to string type as I understand.
Can you show me how to implement that ? Is there any script / modification / plugin that already solves this ?
Thanks for a great script!
I'm using Datatables with PostgreSQL for my database and the example processing file http://www.datatables.net/development/server-side/php_postgres.
My problem is that I have a field which is of date type in my PostgreSQL table and the example file says I need to modify it for all other types of data except string. I probably need to cast the date to string type as I understand.
Can you show me how to implement that ? Is there any script / modification / plugin that already solves this ?
Thanks for a great script!
This discussion has been closed.