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

    Function SubtractDays

    • Subtracts a specified number of days from a given date.

      Parameters

      • date: Date

        The original date from which days will be subtracted.

      • days: number

        The number of days to subtract from the date.

      Returns Date

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