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 26ea85c commit 269ac6c
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 @@ -69,7 +69,7 @@
let year = date.getFullYear();

// This arrangement can be altered based on how we want the date's format to appear.
let currentDate = day + '-' + month + '-' + year';
let currentDate = day + '-' + month + '-' + year;
new DataTable('#inspectlist', {
layout: {
topStart: {
Expand Down

0 comments on commit 269ac6c

Please sign in to comment.