Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.35/subMonths/index.js";

Examples

// Subtract 5 months from 1 February 2015: var result = subMonths(new Date(2015, 1, 1), 5) //=> Mon Sep 01 2014 00:00:00

Parameters

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