<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'})" })