最佳答案
可能的复制品:
如何得到一个月的最后一天
到目前为止,我有这个:
DateTime createDate = new DateTime(year, month, 1).AddMonths(1).AddDays(-1);
还有更好的办法吗?