AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified
import { toHebrewDate } from "../utils/dateConversion.js";
export function getMonth(date: Date): number {
return toHebrewDate(date).monthIndex;
}