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')}}