Skip to main content
Module

x/date_fns/index.js>addMonths

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

Examples

// Add 5 months to 1 September 2014: var result = addMonths(new Date(2014, 8, 1), 5) //=> Sun Feb 01 2015 00:00:00

Parameters

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