Skip to content

Commit

Permalink
Update inspectionslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 28, 2024
1 parent 210dbb3 commit c23cf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
});
Expand Down

0 comments on commit c23cf22

Please sign in to comment.