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

Examples

// Add 1 quarter to 1 September 2014: var result = addQuarters(new Date(2014, 8, 1), 1) //=> Mon Dec 01 2014 00:00:00

Parameters

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