diff --git a/MP.Stats/Components/InputDateTime.cs b/MP.Stats/Components/InputDateTime.cs index 2aa787fd..2a6603d3 100644 --- a/MP.Stats/Components/InputDateTime.cs +++ b/MP.Stats/Components/InputDateTime.cs @@ -9,11 +9,16 @@ using System.Threading.Tasks; namespace MP.Stats.Components { + /// + /// override calsse inputdate da + /// https://github.com/dotnet/aspnetcore/issues/18078 + /// + /// public class InputDateTime : InputDate { #region Private Fields - private const string DateFormat = "yyyy-MM-ddTHH:mm"; + private const string DateFormat = "yyyy-MM-ddTHH:mm:ss"; #endregion Private Fields