ZulNs / HijriDate.js

JavaScript library to calculates Hijri dates in the same way as built-in Date object calculates Gregorian dates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript HijriDate Library

DOI: 10.5281/zenodo.2600079

Overview

JavaScript library to calculates the Hijri-dates in the same way as built-in Date object calculates the Gregorian-dates.

Usage

Simply put this code snippet to anywhere you want in the body of your html file:

Offline

<script type="text/javascript" src="hijri-date.js"></script>
<script type="text/javascript">
    var hijriDateObject = new HijriDate();
    // your code...
</script>

Online

<script type="text/javascript" src="https://zulns.github.io/HijriDate.js/hijri-date.js"></script>
<script type="text/javascript">
    var hijriDateObject = new HijriDate();
    // your code...
</script>

API Documentation

 

 

 


Designed by: ZulNs

Gorontalo, 10 February 2019


About

JavaScript library to calculates Hijri dates in the same way as built-in Date object calculates Gregorian dates.

License:MIT License


Languages

Language:JavaScript 100.0%