From e290d220658d8c83a111aff0ea603bda60726921 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:19:35 +0200 Subject: [PATCH] Added dateformat --- application/views/satellite/satinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/satellite/satinfo.php b/application/views/satellite/satinfo.php index 3294f7ff4..f34553c79 100644 --- a/application/views/satellite/satinfo.php +++ b/application/views/satellite/satinfo.php @@ -52,7 +52,7 @@ break; } echo ''; - echo '' . $sat->updated . ''; + echo '' . date($custom_date_format . " H:i", strtotime($sat->updated)) . ''; echo ''; } echo '