diff --git a/schedule/index.php b/schedule/index.php index fc035a8..e513714 100644 --- a/schedule/index.php +++ b/schedule/index.php @@ -26,7 +26,7 @@ $schedule = json_decode( ); function formatdate($date) { - return date("D H:i", strtotime($date)); + return date("D dd M H:i", strtotime($date)); } ?>