From 4133ac6ef02e85d179063a1256483fcbc94f77ec Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 1 Aug 2022 18:47:29 -0700 Subject: [PATCH] Applied date formatter to Current Date output on location print assigned Signed-off-by: snipe --- resources/views/locations/print.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php index 7fc02ea6e..9c414af4c 100644 --- a/resources/views/locations/print.blade.php +++ b/resources/views/locations/print.blade.php @@ -58,7 +58,7 @@ @if ($manager) {{ trans('admin/locations/general.manager') }} {{ $manager->present()->fullName() }}
@endif -{{ trans('admin/locations/general.date') }} {{ date("d/m/Y h:i:s A") }}

+{{ trans('admin/locations/general.date') }} {{ \App\Helpers\Helper::getFormattedDateObject(now(), 'datetime', false) }}

@if ($users->count() > 0) @php