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.2/setISODay/index.js";

Examples

// Set Sunday to 1 September 2014: var result = setISODay(new Date(2014, 8, 1), 7) //=> Sun Sep 07 2014 00:00:00

Parameters

dirtyDate
  • the date to be changed
dirtyDay
  • the day of the ISO week of the new date