From 853f7710ccb338ac4abf3433b9ab4270be083c46 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 22 Sep 2018 16:45:00 +0200 Subject: better dates on filelist --- app/client/common/fileList.component.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'app/client/common/fileList.component.js') diff --git a/app/client/common/fileList.component.js b/app/client/common/fileList.component.js index f932274..8f79148 100644 --- a/app/client/common/fileList.component.js +++ b/app/client/common/fileList.component.js @@ -122,7 +122,14 @@ export const FileRow = props => {
{moment(date).format("YYYY-MM-DD")}
} {fields.has('datetime') && -
{moment(date).format("YYYY-MM-DD h:mm a")}
+
+ + {moment(date).format("YYYY-MM-DD")} + + + {moment(date).format("H:mm")} + +
} {fields.has('size') &&
{size[1]}
-- cgit v1.2.3-70-g09d2