addMonths abstract method
Makes a new date object with
added months
to this date
This method is NOT safe for day being out of month length, But is safe for month overflow
Throws DateException on problems
Implementation
Date addMonths(int months);