diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php
index 9c414af4c..5586fe5cc 100644
--- a/resources/views/locations/print.blade.php
+++ b/resources/views/locations/print.blade.php
@@ -140,8 +140,8 @@
{{ ($asset->model) ? $asset->model->name : '' }} |
{{ $asset->serial }} |
{{ $asset->location->name }} |
- {{ $asset->last_checkout }} |
- {{ $asset->expected_checkin }} |
+ {{ \App\Helpers\Helper::getFormattedDateObject( $asset->last_checkout, 'datetime', false) }} |
+ {{ \App\Helpers\Helper::getFormattedDateObject( $asset->expected_checkin, 'datetime', false) }} |
@php
$counter++