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. <
Checkout Shield UI's Date Picker for MVC. A powerful component that you can integrate with a few lines like:
@(Html.ShieldDatePicker() .Name("datepicker"))