Date d = cal1.GetDate(); //read date d += (30 * 6); // add 6 months: 30 days * 6 cal2.SetDate(d); // write to the other calendar
Report message to a moderator