添加月
DateTime kaddMonth(int month) { var res = kcopy(month: this.month + month); if (day != res.day) res = res.kcopy(day: 0); return res; }