import { default } from "https://deno.land/x/date_fns@v2.22.1/setMonth/index.ts";
Examples
// Set February to 1 September 2014:
const result = setMonth(new Date(2014, 8, 1), 1)
//=> Sat Feb 01 2014 00:00:00
// Set February to 1 September 2014: const result = setMonth(new Date(2014, 8, 1), 1) //=> Sat Feb 01 2014 00:00:00
Parameters
dirtyDate: Date | number
- the date to be changed