From 06d60bb1d1c45c922d576ca8c004ce626e671f4e Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 1 Aug 2022 18:49:56 -0700 Subject: [PATCH] Applied date formatter PR to master 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..375839c47 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