How to add Date Picker Bootstrap 3 on MVC 5 project using the Razor engine?

后端 未结 9 902
执念已碎
执念已碎 2020-11-28 20:13

I need some guide lines on how to install a Date Picker Bootstrap 3 on a MVC 5 project using the Razor engine. I found this link here but couldn\'t make it work in VS2013. <

9条回答
  •  广开言路
    2020-11-28 20:17

    Checkout Shield UI's Date Picker for MVC. A powerful component that you can integrate with a few lines like:

    @(Html.ShieldDatePicker()
        .Name("datepicker"))
    

提交回复
热议问题