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

@@ -31,8 +31,9 @@
<tbody>
@foreach( $movimenti as $movimento )
<tr>
<td>{{ date_format(date_create($movimento->mov_data),'d/m/Y'); }}</td>
<td>{{ $movimento->cat_name; }}</td>
<!-- <td>{{ date_format(date_create($movimento->mov_data),'d/m/Y'); }}</td>-->
<td>{{$movimento->mov_data}}</td>
<td>{{ $movimento->cat_name; }}</td>
<td>{{ $movimento->mov_descrizione; }}</td>
<td>&euro; {{ $movimento->mov_importo; }}</td>
<td>