UNPKG

react-day-picker

Version:

Customizable Date Picker for React

5 lines (4 loc) 184 B
import { toHebrewDate } from "../utils/dateConversion.js"; export function isSameYear(dateLeft, dateRight) { return toHebrewDate(dateLeft).year === toHebrewDate(dateRight).year; }