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)
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.
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.5.7</version>
</dependency>
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.
This code is under the Apache Licence v2.
You like Bard Framework? Then donate to support the development.