Skip to main content
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/endOfISOWeekYear/index.ts";

Examples

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

Parameters

dirtyDate: Date | number
  • the original date

Returns

the end of an ISO week-numbering year