Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/date_fns/setDate/index.ts>default

date-fns Deno package
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.0/setDate/index.ts";

Examples

// Set the 30th day of the month to 1 September 2014: var result = setDate(new Date(2014, 8, 1), 30) //=> Tue Sep 30 2014 00:00:00

Parameters

dirtyDate: Date | number
  • the date to be changed
dirtyDayOfMonth: number
  • the day of the month of the new date

Returns

the new date with the day of the month set