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

后端 未结 9 890
执念已碎
执念已碎 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:16

    Simple:

    [DataType(DataType.Date)]
    Public DateTime Ldate {get;set;}
    

提交回复
热议问题