鲲鹏

C# asp.net

导航

2009年11月12日

摘要: 1、数据控件(如DataGrid/DataList等控件)格式化日期方法:e.Item.Cell[0].Text = Convert.ToDateTime(e.Item.Cell[0].Text).ToShortDateString(); //指定列(第1列)格式化日期2、用String类转换日期显示格式:String.Format( "yyyy-MM-dd ",yourDateTime); 3、... 阅读全文

posted @ 2009-11-12 15:03 昆鹏 阅读(172) 评论(0) 推荐(0)