UNPKG

react-day-picker

Version:

Customizable Date Picker for React

5 lines (4 loc) 130 B
import { toHijriDate } from "../utils/conversion.js"; export function getMonth(date) { return toHijriDate(date).monthIndex; }