• Add months to a DateOnly object and return a new DateOnly object

    Parameters

    • date: DateOnly

      the DateOnly object to add months to

    • months: number

      the number of months to add (can be negative to subtract months). Must be an integer. Can be positive, zero or negative.

    Returns DateOnly

    a new DateOnly object with the added months