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

Examples

// Substract 10 business days from 1 September 2014: var result = subBusinessDays(new Date(2014, 8, 1), 10) //=> Mon Aug 18 2014 00:00:00 (skipped weekend days)

Parameters

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