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