Tosan / jalali-calendar

A java library that handle the Jalali calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jalali-calendar

This project provides a JalaliCalendar class that extends the Java Calendar class. You can convert jalali to gregorian calendar and vice-versa with the JalaliUtil class too.

Usage

For start, you should add the following dependency to your pom:

<dependency>
  <groupId>com.tosan.tools</groupId>
  <artifactId>jalali-calendar</artifactId>
  <version>latest-version</version>
</dependency>

Prerequisites

This Library requires java version 8 or above.

Contributing

Any contribution is greatly appreciated.

If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

License

The source files in this repository are available under the Apache License Version 2.0.

About

A java library that handle the Jalali calendar

License:Apache License 2.0


Languages

Language:Java 100.0%