摘要:
1、我们经常要用到字符格式转成日期格式: string da1 = "2013-03-29 17:20"; //string格式有要求,必须是yyyy-MM-dd hh:mm:ss Console.WriteLine(Convert.ToDateTime(da1));结果:2013/3/29 17:20:00 阅读全文
posted @ 2013-03-29 17:25
天使半只翼
阅读(753)
评论(0)
推荐(0)
浙公网安备 33010602011771号