新文章 网摘 文章 随笔 日记

Telerik Grid中指定日期格式

  .Columns(column =>
          {
              column.Bound(x => x.ReportTime).Format("{0:yyyy/MM/dd}");

  }

posted @ 2019-12-10 15:58  岭南春  阅读(219)  评论(0编辑  收藏  举报