This simple package exposes functions to convert between Hijri and Gregorian.
The best way to install and use hijri-converter is with npm or yarn.
$ npm install hijri-converter
$ yarn add hijri-converter
import { toHijri, toGregorian } from "hijri-converter";
toHijri(1987,3,1) // convert 1st of March, 1987 to Hijri
toGregorian(1407,7,1) // convert 1st of Rajab, 1407 to Gregorian