ServiceDate = string.Format("{0:D}", Convert.ToDateTime(ds.Tables[0].Rows[0]["ServiceDate"].ToString()));
时间格式化
最新推荐文章于 2024-01-18 16:26:52 发布
ServiceDate = string.Format("{0:D}", Convert.ToDateTime(ds.Tables[0].Rows[0]["ServiceDate"].ToString()));
1244
1497

被折叠的 条评论
为什么被折叠?