diff --git a/GPW.CORE.WRKLOG/Components/TimbrEditor.razor b/GPW.CORE.WRKLOG/Components/TimbrEditor.razor index bdf13eb..456bcff 100644 --- a/GPW.CORE.WRKLOG/Components/TimbrEditor.razor +++ b/GPW.CORE.WRKLOG/Components/TimbrEditor.razor @@ -8,10 +8,10 @@

Timbrature

-
+
@if (ListTimb != null && ListTimb.Count > 0) { - @(ListTimb.FirstOrDefault()).DataOra.ToString("ddd dd.MM.yyyy") + @(dataRifTimb) }
diff --git a/GPW.CORE.WRKLOG/Components/TimbrEditor.razor.cs b/GPW.CORE.WRKLOG/Components/TimbrEditor.razor.cs index c809124..f5d4e59 100644 --- a/GPW.CORE.WRKLOG/Components/TimbrEditor.razor.cs +++ b/GPW.CORE.WRKLOG/Components/TimbrEditor.razor.cs @@ -116,6 +116,14 @@ namespace GPW.CORE.WRKLOG.Components } } + /// + /// Data-Ora di riferimento del blocco giornaliero corrente + /// + private string dataRifTimb + { + get => (ListTimb.FirstOrDefault()).DataOra.ToString("dddd, dd.MM.yyyy"); + } + #endregion Private Methods #region Protected Methods diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj index 7e61039..6fb5eef 100644 --- a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +++ b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj @@ -2,7 +2,7 @@ net6.0 - 3.0.2207.1510 + 3.0.2208.1115 enable enable diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index eda3c33..6baaf4f 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ GPW - Gestione Presenze Web -

Versione: 3.0.2207.1510

+

Versione: 3.0.2208.1115


Note di rilascio: