UNPKG

react-day-picker

Version:

Customizable Date Picker for React

9 lines (8 loc) 222 B
/** * Set year * * @param {Date} date - The original date * @param {number} year - The year to set * @returns {Date} The new date with the year set */ export declare function setYear(date: Date, year: number): Date;