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