通过在 c# 框架 3.5 中使用 asp.ney 中的日历扩展器,我遇到了日期计算错误的问题。我正在使用这种方法来计算天数:
TimeSpan days = Convert.ToDateTime(TextBox1_CalendarExtender).Subtract(Convert.ToDateTime(TextBox2_CalendarExtender));
通过这种方法,我得到了错误的天数计算,如果天数是两个不同的月份,那么它会引发异常。我需要框架 3.5 和 4.0 的解决方案。