bardframework / jalali-date

Jalali (Shamsi) calenadar implementation in java for parsing, validating, manipulating, converting and formatting persian dates (like java 8 LocalDate(Time))

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bard Framework Jalali Date

Build Status Quality Gate Status Coverage Status Maven Central Javadocs License

Bard Framework Jalali Date, is a Jalali (Shamsi) calendar implementation in java for parsing, validating, manipulating, converting and formatting persian dates (like java 8 LocalDate(Time) in java 8)

Documentation

More information can be found on the Bard Framework homepage. The Javadoc can be browsed. Questions related to the usage of Bard Framework Jalali Date should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.bardframework</groupId>
  <artifactId>jalali-date</artifactId>
    <version>3.1.27</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No spaces! Please use tabs for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

Donations

You like Bard Framework? Then donate to support the development.

Additional Resources

About

Jalali (Shamsi) calenadar implementation in java for parsing, validating, manipulating, converting and formatting persian dates (like java 8 LocalDate(Time))

License:Apache License 2.0


Languages

Language:Java 100.0%