Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/complaindate/utils/startOfYear.ts>startOfYear

JavaScript date-time utilities that keeps timezones on the surface
Go to Latest
function startOfYear
import { startOfYear } from "https://deno.land/x/complaindate@v0.7.2/utils/startOfYear.ts";

Jump to January 1 of a plain-date's year.

Parameters

date: T

A plain-date

Returns

A new plain-date that is the 1st day of the given plain-date's year