https://github.com/dearrude/jdates.jl
A Jalali date and time converter
https://github.com/dearrude/jdates.jl
calendar jalali julia
Last synced: 2 months ago
JSON representation
A Jalali date and time converter
- Host: GitHub
- URL: https://github.com/dearrude/jdates.jl
- Owner: DearRude
- License: gpl-3.0
- Created: 2021-04-17T04:22:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T03:00:33.000Z (about 4 years ago)
- Last Synced: 2023-06-28T16:27:58.718Z (over 2 years ago)
- Topics: calendar, jalali, julia
- Language: Julia
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: JDates.jl
[[https://github.com/dearrude/JDates.jl/actions/workflows/test.yml/badge.svg]]
[[https://img.shields.io/badge/license-GPLv3-brightgreen.svg]]
#+AUTHOR: Ebrahim NejatiJDates is a [[https://en.wikipedia.org/wiki/Iranian_calendars][Jalali]] (Solar) implementation of calendar package that which plans to include ~Dates~ functionality as well as conversion to Gregorian calendar in Julia.
JDates is still in early stages so it may not be stable.*** Algorithm
JDates uses an enchanted version of Bireshk 2080 epoch algorithm (implemented in Julia) for conversion and leap year detection.* Installation
First [[https://julialang.org/downloads/platform/][install Julia]]JDates is not yet released.
Add it from the Git repository with the following command:#+BEGIN_SRC julia
# Enter ']' from the REPL to enter Pkg mode.
pkg> add https://github.com/DearRude/JDates.jl
#+END_SRC** License
JDates is published under GPLv3+