Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.3.0/addISOWeekYears/index.js";

Examples

// Add 5 ISO week-numbering years to 2 July 2010: var result = addISOWeekYears(new Date(2010, 6, 2), 5) //=> Fri Jun 26 2015 00:00:00

Parameters

dirtyDate
  • the date to be changed
dirtyAmount
  • the amount of ISO week-numbering years to be added