UNPKG

react-day-picker

Version:

Customizable Date Picker for React

5 lines (4 loc) 136 B
import { toHebrewDate } from "../utils/dateConversion.js"; export function getMonth(date) { return toHebrewDate(date).monthIndex; }