Files
avz-site/node_modules/react-day-picker/dist/cjs/ethiopic/lib/setMonth.d.ts
T
2026-05-30 19:59:39 -03:00

9 lines
238 B
TypeScript

/**
* Set month
*
* @param {Date} date - The original date
* @param {number} month - The zero-based month index
* @returns {Date} The new date with the month set
*/
export declare function setMonth(date: Date, month: number): Date;