Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/date_fns/subDays/index.js>default

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