• Parameters

    • date: Date

      The date from of which the months are to be subtracted.

    • numberOfMonths: number

      The number of months to subtract from the given date.

    Returns Date

    The updated date with the subtracted months.

    Description

    Subtract the specified number of months from the given date.

Generated using TypeDoc