mvc 加时间选框

<script src="~/My97DatePickerBeta/My97DatePicker/WdatePicker.js"></script>

@Html.TextBoxFor(model => model.CreatTime, new { @class = "form-control", @readonly = "readonly", @onfocus = "WdatePicker({skin:'whyGreen',dateFmt:'yyyy-MM-dd HH:mm:ss'})" })

原文地址:https://www.cnblogs.com/MichaelWillLee/p/6816255.html