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

    Function AddDays

    • Adds a specified number of days to a given date.

      Parameters

      • date: Date

        The original date to which days will be added.

      • days: number

        The number of days to add to the date.

      Returns Date

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