hermawanramadhan / CodeIgniter4-DataTables

MIT License
92 stars 38 forks source link

How to order date type column #8

Closed renmura closed 2 years ago

renmura commented 3 years ago

I have a date type column, let's call it send_date The value of the column in the database is Y-m-d H:i:s (2021-09-01 22:45:23)

Is there a trick in this library to handle date type column order?

04 09 2021_00 18 05_REC Firefox_Screenshot_2021-09-03T17-16-52 446Z

hermawanramadhan commented 2 years ago

should be no problem with date type data. could you share your code?