Skip to main content
Module

x/date_fns/index.js>addQuarters

date-fns Deno package
Very Popular
Go to Latest
function addQuarters
import { addQuarters } from "https://deno.land/x/date_fns@v2.0.0-alpha.36/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