Applied date formatter PR to master

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-08-01 18:49:56 -07:00
parent 375963f92d
commit 06d60bb1d1

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