Skip to main content
Module

x/date_fns/index.js>subYears

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

Examples

// Subtract 5 years from 1 September 2014: var result = subYears(new Date(2014, 8, 1), 5) //=> Tue Sep 01 2009 00:00:00

Parameters

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