hijri-converter
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

hijri-converter

This simple package exposes functions to convert between Hijri and Gregorian.

Install

The best way to install and use hijri-converter is with npm or yarn.

npm

$ npm install hijri-converter

yarn

$ yarn add hijri-converter

Usage

 
import { toHijri, toGregorian } from "hijri-converter";
 
toHijri(1987,3,1) // convert 1st of March, 1987 to Hijri
 
toHijri(1407,7,1) // convert 1st of Rajab, 1407 to Gregorian
 

Package Sidebar

Install

npm i hijri-converter

Weekly Downloads

2,477

Version

1.1.1

License

MIT

Unpacked Size

117 kB

Total Files

7

Last publish

Collaborators

  • dalwadani