diff --git a/Ezra/Ezra/ViewModels/ReportListPageViewModel.cs b/Ezra/Ezra/ViewModels/ReportListPageViewModel.cs index 51ea408..53510af 100644 --- a/Ezra/Ezra/ViewModels/ReportListPageViewModel.cs +++ b/Ezra/Ezra/ViewModels/ReportListPageViewModel.cs @@ -28,6 +28,7 @@ public DateTime DateControl set { SetProperty(ref dateControl, value); + FormatTitle(); Load(); } }