import { default } from "https://deno.land/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
// 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