简体   繁体   English

Asp.net C#到MVC 4.0设计日历问题

[英]Asp.net C# to MVC 4.0 Design calender issue

@ Html.TextBoxFor(model => model.dtAppoinment,新的{@class =“ form-control”},data-plugin-datepicker)

data-plugin-datepicker where to set?

I'm guessing the Calendar isn't showing. 我猜日历没有显示。 If you are using bootstrap datepicker then edit your code to be like below 如果您使用的是引导日期选择器,则将代码编辑如下

@Html.TextBoxFor(model => model.dtAppoinment, new { @class = "form-control datePicker"})

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM