sistemato le date nelle view delle tabelle DataTable

This commit is contained in:
2023-06-20 16:12:55 +02:00
parent 54b2dda9ea
commit 920584d779
8 changed files with 16 additions and 38 deletions

View File

@@ -71,7 +71,7 @@
}
@endphp
<tr>
<td>{{ date_format(date_create($lettura->gas_date),'d/m/Y'); }}</td>
<td>{{ $lettura->gas_date }}</td>
<td>{{ $lettura->gas_lettura; }}</td>
@if(!is_null($dateprec))
<td>{{ $diffdate ?? '' }}</td>