Module

x/date_fns/setDate/index.ts>default

date-fns Deno package
Very Popular
Latest
function default
import { default } from "https://dotland.deno.dev/x/date_fns@v2.22.1/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