{ title: "Date",// name render: function (data, type, row) {//data return moment(row.updatedDate).format('DD/MM/YYYY hh:mm:ss'); } }