diff --git a/GPW.CORE.WRKLOG/Components/CalendarioAziendale.razor b/GPW.CORE.WRKLOG/Components/CalendarioAziendale.razor index f5d3a49..082cd89 100644 --- a/GPW.CORE.WRKLOG/Components/CalendarioAziendale.razor +++ b/GPW.CORE.WRKLOG/Components/CalendarioAziendale.razor @@ -1,20 +1,33 @@ @using BlazorCalendar @using BlazorCalendar.Models -
-
+
+
-
+
Calendario Aziendale
-
- @if (ModoDisplay == DisplayedView.Monthly) - { - - @CurrMonth - - } +
+
+ @if (ModoDisplay == DisplayedView.Monthly) + { +
+ +
+
+
+ @CurrMonth +
+
+ @firstDate.Year +
+
+
+ +
+ } +