Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/complaindate/utils/startOfWeekend.ts>startOfWeekend

JavaScript date-time utilities that keep timezones on the surface
Latest
function startOfWeekend
import { startOfWeekend } from "https://deno.land/x/complaindate@v1.0.1/utils/startOfWeekend.ts";

Jump to the Saturday of a plain-date's week.

Parameters

date: T

A plain-date

Returns

A new plain-date that is the Saturday of the given plain-date's week