UNPKG

@hebcal/hdate

Version:

converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold

12 lines (11 loc) 816 B
/*! @hebcal/hdate v0.22.5, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */ export { abs2greg, daysInGregMonth, greg2abs, isDate, isGregLeapYear } from './greg.js'; export { greg } from './gregNamespace.js'; export { abs2hebrew, daysInMonth, daysInYear, elapsedDays, getMonthName, hd2abs, hebrew2abs, isLeapYear, longCheshvan, monthFromName, months, monthsInYear, shortKislev } from './hdateBase.js'; export { getBirthdayHD, getBirthdayOrAnniversary, getYahrzeit, getYahrzeitHD } from './anniversary.js'; export { gematriya, gematriyaStrToNum } from './gematriya.js'; export { pad2, pad4 } from './pad.js'; export { getPseudoISO, getTimezoneOffset, isoDateString } from './dateFormat.js'; export { Locale } from './locale.js'; export { HDate } from './hdate.js'; //# sourceMappingURL=index.js.map