Razor
<input asp-for="Movie.ReleaseDate" class="form-control" />
In the view, the releaseDate is the default format 0001-01-01T00:00:00.000
Razor
<input asp-for="Movie.ReleaseDate" class="form-control" />
In the view, the releaseDate is the default format 0001-01-01T00:00:00.000