From 6f329251cc90c7c6b9c930e64a6ea7a1fdea8208 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 3 Jan 2021 13:35:48 -0700 Subject: [PATCH] Format date in UTC for contributor report --- .../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 bf55e30..f597ff8 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 @@ -81,7 +81,7 @@ - {{t.date | date:'MM-dd-yyyy'}} + {{t.date | date:'MM-dd-yyyy':'UTC'}} {{t.typeId === 1 ? 'Cash' : (t.typeId === 2 ? 'Check' : 'NA')}} {{t.checkNumber}} {{t.fundId === 1 ? 'General' : (t.fundId === 2 ? 'Missions' : 'NA')}}