Datetime format sorting problem

Datetime format sorting problem

emresmskemresmsk Posts: 1Questions: 1Answers: 0

Hello, I want to format the Date column. (DD.MM.YYYY HH:mm ) I also get an error in the order. Sorting does not work in this format.

Answers

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    Its hard to say without seeing the source data. Please post a link to your page or a test case replicating the issue so we can help debug.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    You may need to provide the format of the string as described in the moment docs. Use the technique described in this blog to sort the date column.

    If this doesn't help a simple test case showing what you ware doing along with a sample of your dates will allow us to help.

    Kevin

Sign In or Register to comment.