1.0.1 • Published 1 year ago

hijri-to-gregorian v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

hijri-to-gregorian

The Hijri to Gregorian converter NPM package simplifies year conversions between the Hijri and Gregorian calendars.

Install

The best way to install and use hijri-to-gregorian is with npm.

$ npm install hijri-to-gregorian

Usage/Examples

const { toHijri, toGregorian } = require("hijri-to-gregorian");

console.log(toHijri(2023));
// => 1444 Hijri

console.log(toGregorian(1444));
// => 2022 Hijri
1.0.1

1 year ago

1.0.0

1 year ago