Update 'schedule/index.php'

This commit is contained in:
deepend 2020-06-23 01:55:03 -04:00
parent 16c24696a2
commit 2ab5c890d8
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
?>