From 2ab5c890d87a8caebae7b84c3907f49f5212475b Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 23 Jun 2020 01:55:03 -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 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)); } ?>