UNPKG

react-day-picker

Version:

Customizable Date Picker for React

5 lines (4 loc) 168 B
import { toGregorianDate } from "../utils/dateConversion.js"; export function newDate(year, monthIndex, day) { return toGregorianDate({ year, monthIndex, day }); }