Update 'schedule/index.php'

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

View File

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