摘要:
//本季度第一天 DateTime firstMonth = DateTime.Now.AddMonths(0 - ((DateTime.Now.Month - 1) % 3)); startTime = Convert.ToDateTime(firstMonth.ToString("yyyy-MM-01"));//本季度最后一天 endTime = startTime.AddMonths(3)... 阅读全文
posted @ 2010-04-16 11:32 点子 阅读(259) 评论(1) 推荐(0)
浙公网安备 33010602011771号