Skip to main content
Module

x/date_fns/index.js>subDays

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

Examples

// Subtract 10 days from 1 September 2014: var result = subDays(new Date(2014, 8, 1), 10) //=> Fri Aug 22 2014 00:00:00

Parameters

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