Model中时间格式化
Posted 幽冥狂_七
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Model中时间格式化相关的知识,希望对你有一定的参考价值。
MVC 中 @html中的时间格式化
@Html.TextBoxFor(model => model.StartTime, "{0:yyyy-MM-dd HH:mm:ss}", new { @class = "form-control", @onclick = "laydate({istime: true, format: ‘YYYY-MM-DD hh:mm:ss‘})" }) @Html.TextBoxFor(m=>m.jcsj, "{0:yyyy-MM-dd}", new { @class = "layui-input test-item" })
以上是关于Model中时间格式化的主要内容,如果未能解决你的问题,请参考以下文章