I cannot set the time format.

I cannot set the time format.

MazecMazec Posts: 48Questions: 2Answers: 0

Have a nice day everyone,

I have a problem sorting the date correctly.
I can't set the date format "DD-MM-YYYY"

This is how it shows:http://live.datatables.net/buyolefu/1/edit?html,js,output

As you can also see on the screenshot.

I tried:
/*columnDefs: [ {
targets: 0,
render: $.fn.dataTable.render.moment( 'MMM YYYYY' )
} ]

columnDefs:[{targets:0, render:function(data){
  return moment(data).format('MMMM Do YYYY');
}}]*/

Thank you all for your tips.

Replies

This discussion has been closed.