From 4b5a889efc4a57a309a44ac045a2e3eb1dde71c6 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 25 Nov 2019 20:41:40 -0700 Subject: [PATCH] format date --- .../contributor-yearly-report.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html index 68df694..9f42d85 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html @@ -79,7 +79,7 @@ - {{t.date}} + {{t.date | date:'shortDate'}} {{t.type === 0 ? 'Cash' : 'Check'}} {{t.checkNumber}} {{t.fund === 0 ? 'General' : 'Missions'}}