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. <
Simple:
[DataType(DataType.Date)] Public DateTime Ldate {get;set;}