Dim d As Date = "2013-04-30"Dim dd As Date = "2016-04-01"output.show(DateDiff("m",d,dd))
这个计算出来结果是36,怎样计算可以得到整月的月份数。应该要到4月30号才有36个月。