import { toHebrewDate } from "../utils/dateConversion.js"; export function getYear(date) { return toHebrewDate(date).year; }