Skip to main content
Module

x/date_fns/index.js>addDays

date-fns Deno package
Very Popular
Go to Latest
function addDays
import { addDays } from "https://deno.land/x/date_fns@v2.0.0-alpha.36/index.js";

Examples

// Add 10 days to 1 September 2014: var result = addDays(new Date(2014, 8, 1), 10) //=> Thu Sep 11 2014 00:00:00

Parameters

dirtyDate
  • the date to be changed
dirtyAmount
  • the amount of days to be added