Problem using in time plugin

Problem using in time plugin

phpdevphpdev Posts: 1Questions: 1Answers: 0

I am using time plugin, my time format in AM PM,
i am using same code just my column is second from left hence,
$('#example').dataTable( {
columnDefs: [
{ type: 'time-uni', targets: 1 }
]
} );

This discussion has been closed.