C# DateTime详解
摘要:
//今天DateTime.Now.Date.ToShortDateString();//昨天,就是今天的日期减一DateTime.Now.AddDays(-1).ToShortDateString();//明天,同理,加一DateTime.Now.AddDays(1).ToShortDateStri 阅读全文
posted @ 2016-02-24 15:06 子墨' 阅读(484) 评论(0) 推荐(0)
posted @ 2016-02-24 15:06 子墨' 阅读(484) 评论(0) 推荐(0)
posted @ 2016-02-24 14:56 子墨' 阅读(6449) 评论(0) 推荐(0)