diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php index e93516e..0888a54 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -70,7 +70,7 @@ stateSave: true, columnDefs: [ {searchable: false, orderable: false, targets: [4,5,6] }, - {targets: 1, render: DataTable.render.date()} + {targets: 1, render: DataTable.render.date('YYYY-MM-DD', 'DD-MM-YYYY', 'el')} ], lengthMenu: [ 25, 50, 100 ] });