mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #10172 from owncloud/fix-8802
Use relative, human readable dates in OC.filePickers - Fixes #8802
This commit is contained in:
commit
8cd6f9a113
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,7 @@ var OCdialogs = {
|
|||
type: entry.type,
|
||||
dir: dir,
|
||||
filename: entry.name,
|
||||
date: OC.mtime2date(Math.floor(entry.mtime / 1000))
|
||||
date: relative_modified_date(entry.mtime/1000)
|
||||
});
|
||||
if (entry.isPreviewAvailable) {
|
||||
var urlSpec = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue