diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php index d9598e0..e58206b 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -67,9 +67,12 @@ let day = date.getDate(); let month = date.getMonth() + 1; let year = date.getFullYear(); +let hr = date.getHours(); +let mint = date.getMinutes(); +let scn = date.getSeconds(); // 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+'_'+ hr + mint + scn; new DataTable('#inspectlist', { layout: { topStart: {