Applied date formatter to Current Date output on location print assigned

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-08-01 18:47:29 -07:00
parent 4834c33861
commit 4133ac6ef0

View file

@ -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