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.3/endOfISOWeekYear/index.js";

Examples

// The end of an ISO week-numbering year for 2 July 2005: var result = endOfISOWeekYear(new Date(2005, 6, 2)) //=> Sun Jan 01 2006 23:59:59.999

Parameters

dirtyDate
  • the original date