From 81ea8873e0e2f627bf024b035444d9591232a09a Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:02:39 -0800 Subject: [PATCH] Use medium date --- .../document-card-small/document-card-small.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index 96c41091d..a8dea01fe 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -49,7 +49,7 @@ - {{document.created | customDate:'shortDate'}} + {{document.created | customDate:'mediumDate'}}