is there any good free/open source time picker control that goes well with ASP.NET Calendar control?
@Html.EditorFor(model => model.Date, new { htmlAttributes = new { @class = "form-control", @type = "date" } })
this works well