mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Applied date formatter to Current Date output on location print assigned
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4834c33861
commit
4133ac6ef0
|
@ -58,7 +58,7 @@
|
|||
@if ($manager)
|
||||
<b>{{ trans('admin/locations/general.manager') }}</b> {{ $manager->present()->fullName() }}<br>
|
||||
@endif
|
||||
<b>{{ trans('admin/locations/general.date') }}</b> {{ date("d/m/Y h:i:s A") }}<br><br>
|
||||
<b>{{ trans('admin/locations/general.date') }}</b> {{ \App\Helpers\Helper::getFormattedDateObject(now(), 'datetime', false) }}<br><br>
|
||||
|
||||
@if ($users->count() > 0)
|
||||
@php
|
||||
|
|
Loading…
Reference in a new issue