FruitBank/Presentation/Nop.Web/Areas/Admin/Views/Shared/EditorTemplates/DateTimeNullable.cshtml

2 lines
87 B
Plaintext

@model DateTime?
<input asp-for="@Model" class="form-control" type="datetime-local" />