From 6867b90ea8910ad1e8149f0f7e36a8be496901dd Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 23 Jun 2020 01:55:57 -0400 Subject: [PATCH] Update 'schedule/index.php' --- schedule/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } ?>