Use human readable relative date for oc-dialog-filepickers
This commit is contained in:
parent
c0e78d9841
commit
93ba64a69f
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