import { default } from "https://deno.land/x/date_fns@v2.22.1/nextWednesday/index.ts";
Examples
// When is the next Wednesday after Mar, 22, 2020?
const result = nextWednesday(new Date(2020, 2, 22))
//=> Wed Mar 25 2020 00:00:00
// When is the next Wednesday after Mar, 22, 2020? const result = nextWednesday(new Date(2020, 2, 22)) //=> Wed Mar 25 2020 00:00:00
Parameters
date: Date | number
- the date to start counting from