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

Examples

// When is the next Sunday after Mar, 22, 2020? const result = nextSunday(new Date(2020, 2, 22)) //=> Sun Mar 29 2020 00:00:00

Parameters

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

Returns

the next Sunday