mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
use same date format in getReadableDate() and getLongReadableDate()
This commit is contained in:
parent
025e88d5af
commit
f7a5daa8a0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user