Code Monkey home page Code Monkey logo

hijriconverter.jl's Introduction

hijri-converter

A Julia package to convert accurately between Hijri and Gregorian dates using the Umm al-Qura calendar.

Features

  • Multilingual representation of weekday names, months, and calendar era notations.
  • Easily extendable to support other natural languages.
  • Rich comparison between dates.
  • Validation of input dates.

Limitations

  • The date range supported by converter is limited to the period from the beginning of 1343 AH (1 August 1924 CE) to the end of 1500 AH (16 November 2077 CE).
  • The conversion is not intended for religious purposes where sighting of the lunar crescent at the beginning of Hijri month is still preferred.

Installation

Basic Usage

import hijri_converter: Hijri, Gregorian, to_hijri, to_gregorian


# Convert a Hijri date to Gregorian
g = to_gregorian(Hijri(1403, 2, 17))

# Convert a Gregorian date to Hijri
h = to_hijri(Gregorian(1982, 12, 2))

Documentation

Progress and Feedback

You can follow progress of the project from this Trello board. You can email me at [email protected] for any feedback or suggestion.

License

This project is licensed under the terms of the MIT license.

Acknowledgements

This project is roughly a direct translation of Python library hijri-converter. Changes were made where a certain Python feature did not exist in Julia. We do intend to add extra functionality to the project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.