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.6/addWeeks/index.js";

Examples

// Add 4 weeks to 1 September 2014: var result = addWeeks(new Date(2014, 8, 1), 4) //=> Mon Sep 29 2014 00:00:00

Parameters

dirtyDate
  • the date to be changed
dirtyAmount
  • the amount of weeks to be added
dirtyOptions