Skip to main content
Module

x/date_fns/index.js>endOfISOWeek

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

Examples

// The end of an ISO week for 2 September 2014 11:55:00: var result = endOfISOWeek(new Date(2014, 8, 2, 11, 55, 0)) //=> Sun Sep 07 2014 23:59:59.999

Parameters

dirtyDate
  • the original date