Skip to main content
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/nextSaturday/index.ts";

Examples

// When is the next Saturday after Mar, 22, 2020? const result = nextSaturday(new Date(2020, 2, 22)) //=> Sat Mar 28 2020 00:00:00

Parameters

date: Date | number
  • the date to start counting from

Returns

the next Saturday