skip to Main Content

Submitted datetime is converted to "0001-01-01T00:00:00" – Docker

In my Razor Pages .NET Core 3.1 application I have the following simple form <form method="post" id="formReport"> <div class="form-group"> <label asp-for="Parameters.From" class="control-label"></label> <input id="txtFrom" asp-for="Parameters.From" type="text" class="form-control" style="width:90%;" /> </div> <button type="submit" class="btn btn-primary btn-sm" title="Show report"> <i class="far fa-eye"></i>…

VIEW QUESTION
Back To Top
Search