pub fn shift_months<D: Datelike>(date: D, months: i32, sign: i32) -> D
Expand description

Shift a date by the given number of months. Ambiguous month-ends are shifted backwards as necessary.