Added dateformat

This commit is contained in:
Andreas Kristiansen
2025-03-31 13:19:35 +02:00
parent 8a78336b2c
commit e290d22065

View File

@@ -52,7 +52,7 @@
break;
}
echo '</td>';
echo '<td>' . $sat->updated . '</td>';
echo '<td>' . date($custom_date_format . " H:i", strtotime($sat->updated)) . '</td>';
echo '</tr>';
}
echo '</tbody>