后台取dateTime格式,前台格式化就好了
<input type="text" name="txtPartyTime" id="txtPartyTime" class="txt wl" value="<%= ViewData.Eval("cuser.Profile.PartyTime","{0:yyyy-MM-dd}") %>" οnclick="WdatePicker()" />,这样就能得到想要的格式了,如2013-12-10
本文共 270 字,大约阅读时间需要 1 分钟。
后台取dateTime格式,前台格式化就好了
<input type="text" name="txtPartyTime" id="txtPartyTime" class="txt wl" value="<%= ViewData.Eval("cuser.Profile.PartyTime","{0:yyyy-MM-dd}") %>" οnclick="WdatePicker()" />,这样就能得到想要的格式了,如2013-12-10
转载于:https://www.cnblogs.com/wsl2011/p/3461845.html