mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Switched dates around.
This commit is contained in:
parent
b53aaf7dde
commit
967b0b493b
@ -8,7 +8,7 @@
|
|||||||
@endif
|
@endif
|
||||||
<th>Current balance</th>
|
<th>Current balance</th>
|
||||||
<th>Active</th>
|
<th>Active</th>
|
||||||
<th data-dateformat="DD-MM-YYYY">Last activity</th>
|
<th data-dateformat="YYYY-MM-DD">Last activity</th>
|
||||||
<th>Balance difference between {{Session::get('start')->format('jS F Y')}} and {{Session::get('end')->format('jS F Y')}}</th>
|
<th>Balance difference between {{Session::get('start')->format('jS F Y')}} and {{Session::get('end')->format('jS F Y')}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -41,7 +41,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
@if($account->lastActivityDate)
|
@if($account->lastActivityDate)
|
||||||
<td data-value="{{$account->lastActivityDate->format('d-m-Y')}}">
|
<td data-value="{{$account->lastActivityDate->format('Y-m-d')}}">
|
||||||
{{{$account->lastActivityDate->format('j F Y')}}}
|
{{{$account->lastActivityDate->format('j F Y')}}}
|
||||||
</td>
|
</td>
|
||||||
@else
|
@else
|
||||||
|
Loading…
Reference in New Issue
Block a user