I’ve found this question very similar to my situation, but I don’t know basic steps in integration in JQuery DataTable DateTime field. How to insert converted json datetime object into datatable in row like
$('#myDataTable').dataTable({
"bServerSide": true,
"sAjaxSource": "/Home/AjaxHandler",
"aoColumns": [
{ "sName": "JoinDate" }
]
});
});
Perhaps the fnRender function will help you