Skip to main content
Very Popular
Go to Latest
function endOfISOWeekYear
import { endOfISOWeekYear } from "https://deno.land/x/date_fns@v2.0.0-beta.1/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