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

x/date_fns/index.js>startOfYear

date-fns Deno package
Go to Latest
function startOfYear
import { startOfYear } from "https://deno.land/x/date_fns@v2.3.0/index.js";

Examples

// The start of a year for 2 September 2014 11:55:00: var result = startOfYear(new Date(2014, 8, 2, 11, 55, 00)) //=> Wed Jan 01 2014 00:00:00

Parameters

dirtyDate
  • the original date