發(fā)表日期:2019-04 文章編輯:小燈 瀏覽次數(shù):2823
先看下面這個例子,讀取信息表的的數(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")來進(jìn)行日期的格式化。
下面就列舉一些基礎(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ù):3019
日期:2019-04 瀏覽次數(shù):2986
日期:2019-04 瀏覽次數(shù):2887
日期:2019-04 瀏覽次數(shù):2736
日期:2019-04 瀏覽次數(shù):2822
日期:2019-04 瀏覽次數(shù):2985
日期:2019-04 瀏覽次數(shù):2937
日期:2019-04 瀏覽次數(shù):3197
日期:2019-04 瀏覽次數(shù):3239
日期:2019-04 瀏覽次數(shù):2897
日期:2019-04 瀏覽次數(shù):3247
日期:2019-04 瀏覽次數(shù):2682
日期:2019-04 瀏覽次數(shù):2837
日期:2019-04 瀏覽次數(shù):2949
日期:2019-04 瀏覽次數(shù):2789
日期:2019-04 瀏覽次數(shù):3251
日期:2019-04 瀏覽次數(shù):3145
日期:2019-04 瀏覽次數(shù):2832
日期:2019-04 瀏覽次數(shù):3059
日期:2019-04 瀏覽次數(shù):2882
日期:2019-04 瀏覽次數(shù):2654
日期:2019-04 瀏覽次數(shù):2954
日期:2019-04 瀏覽次數(shù):2866
日期:2019-04 瀏覽次數(shù):2959
日期:2019-04 瀏覽次數(shù):2911
日期:2019-04 瀏覽次數(shù):2781
日期:2019-04 瀏覽次數(shù):2618
日期:2019-04 瀏覽次數(shù):2656
日期:2019-04 瀏覽次數(shù):2706
日期:2019-04 瀏覽次數(shù):2746
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.