Date/time sorting not working for 2020 dates.

Date/time sorting not working for 2020 dates.

udayaduvvuriudayaduvvuri Posts: 2Questions: 1Answers: 0

Date/time sorting is messed up for 2020 dates. It was working fine until 2019. I have ordering set to true and here is the example:
var resultsTable = $('#resultsTable').DataTable({
"searching" : true,
"ordering": true,
"columns" : [
{"data" : "createdDate", "className" : "tdDataC"}
]
});

It is displayed in the right order when I turn off ordering. Anyone experienced this yet?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.