diff --git a/inc/inc.Utils.php b/inc/inc.Utils.php index 56151ac56..9dd41b107 100644 --- a/inc/inc.Utils.php +++ b/inc/inc.Utils.php @@ -27,7 +27,7 @@ function formatted_size($size_bytes) { /* {{{ */ } /* }}} */ function getReadableDate($timestamp) { - return date("d.m.Y", $timestamp); + return date("d/m/Y", $timestamp); } function getLongReadableDate($timestamp) {