kaven-basic - v6.0.0
    Preparing search index...

    Function AddWeeks

    • Adds a specified number of weeks to the given date.

      Parameters

      • date: Date

        The original date to which weeks will be added.

      • weeks: number

        The number of weeks to add. Can be negative to subtract weeks.

      Returns Date

      A new Date object with the specified number of weeks added.