JavaScript library to calculates the Hijri-dates in the same way as built-in Date
object calculates the Gregorian-dates.
Simply put this code snippet to anywhere you want in the body of your html file:
<script type="text/javascript" src="hijri-date.js"></script>
<script type="text/javascript">
var hijriDateObject = new HijriDate();
// your code...
</script>
<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>