發(fā)表日期:2019-04 文章編輯:小燈 瀏覽次數(shù):3006
先看下面這個例子,讀取信息表的的數(shù)據(jù):
<ul> ????@foreach(var?item?in?Html.InfoDataList(new?{Table="news"})) ????{ ????????string?url?=?Html.InfoDataUrl((int)item.ColumnId,(int)item.Id); ????????<li?class="item?clearfix"> ??????????<a?href="@url"?target="_blank">@item.Title</a>?@item.Thedate.ToString("yyyy-MM-dd") ????????</li> ????} </ul>
顯示結(jié)果如下圖:
模板中日期字段調(diào)用了ToString("yyyy-MM-dd")來進行日期的格式化。
下面就列舉一些基礎(chǔ)格式的語法:
ToString("yyyy");???????? //年長格式: 2019
ToString("yy");??????? ?? //年短格式:19
ToString("MM");??????? //月份格式:03
ToString("M");??????? ?? //月份短格式:3
ToString("MMM");??? //月份格式: 三月
ToString("dd");????????? //日格式:10
ToString("HH");???????? //小時格式:14
ToString("mm");??????? //分鐘格式:45
ToString("ss");???????? ?? //秒格式:49
ToString("dddd");????? //星期格式: 星期五
ToString("ddd");????? //星期短格式: 周五
上面基礎(chǔ)格式可以自由組合,如:
ToString("yyyy-MM-dd dddd HH:mm:ss");? //格式: 2019-03-10 星期五 14:45:49
請根據(jù)自己需求自行發(fā)揮。
日期:2019-04 瀏覽次數(shù):3194
日期:2019-04 瀏覽次數(shù):3181
日期:2019-04 瀏覽次數(shù):3089
日期:2019-04 瀏覽次數(shù):2908
日期:2019-04 瀏覽次數(shù):3005
日期:2019-04 瀏覽次數(shù):3160
日期:2019-04 瀏覽次數(shù):3103
日期:2019-04 瀏覽次數(shù):3370
日期:2019-04 瀏覽次數(shù):3432
日期:2019-04 瀏覽次數(shù):3062
日期:2019-04 瀏覽次數(shù):3454
日期:2019-04 瀏覽次數(shù):2861
日期:2019-04 瀏覽次數(shù):3004
日期:2019-04 瀏覽次數(shù):3122
日期:2019-04 瀏覽次數(shù):2970
日期:2019-04 瀏覽次數(shù):3418
日期:2019-04 瀏覽次數(shù):3335
日期:2019-04 瀏覽次數(shù):2999
日期:2019-04 瀏覽次數(shù):3235
日期:2019-04 瀏覽次數(shù):3061
日期:2019-04 瀏覽次數(shù):2825
日期:2019-04 瀏覽次數(shù):3131
日期:2019-04 瀏覽次數(shù):3030
日期:2019-04 瀏覽次數(shù):3124
日期:2019-04 瀏覽次數(shù):3084
日期:2019-04 瀏覽次數(shù):2957
日期:2019-04 瀏覽次數(shù):2807
日期:2019-04 瀏覽次數(shù):2815
日期:2019-04 瀏覽次數(shù):2882
日期:2019-04 瀏覽次數(shù):2905
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.