Trouble Sorting dates with format mm/yy
-
I am unable to sort dates correctly in the mm/yy format. I need columns 2,3 sorted (starting from column 0). I tried using the monthYear parameter but that did not work either. Do you know the custom command I would use for this? I have tried multiple times:
“columnDefs”: [ { “type”: “date”, “targets”: [ 2,3 ] } ]
“columnDefs”: [ { “type”: “monthYear”, “targets”: [ 2,3 ] } ]
“aoColumnDefs”: [ { “sType”: “date”, “aTargets”: [ 3 ] } ]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Trouble Sorting dates with format mm/yy’ is closed to new replies.