Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.0.0-beta.4/lastDayOfYear/index.js";

Examples

// The last day of a year for 2 September 2014 11:55:00: var result = lastDayOfYear(new Date(2014, 8, 2, 11, 55, 00)) //=> Wed Dec 31 2014 00:00:00

Parameters

dirtyDate
  • the original date