ASP.NET DateTime Picker

前端 未结 11 1462
一个人的身影
一个人的身影 2020-11-27 18:35

is there any good free/open source time picker control that goes well with ASP.NET Calendar control?

11条回答
  •  渐次进展
    2020-11-27 19:08

    @Html.EditorFor(model => model.Date, new { htmlAttributes = new { @class = "form-control", @type = "date" } })
    

    this works well

提交回复
热议问题