<%: Html.EditorFor(model => model.Item.Date) %>. And on your view model: [DataType(DataType.Time)] [DisplayFormatAttribute(ApplyFormatInEditMode = true, ...
確定! 回上一頁