public DateTime GetFirstDay() { return DateTime.Now.AddDays(1 - DateTime.Now.Day); }
public DateTime GetLastDay() { return GetFirstDay().AddMonths(1).AddDays(-1); }
发表于 @ 2007年09月18日 14:56:00|评论(loading...)|编辑