Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnaud committed Dec 5, 2020
1 parent c857f4c commit d989f01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ RDate rDate = RDate.of(1, RMonth.Vendemiaire, 1);
LocalDate date = c.convert(rDate);
```

- `RDate` represents a Republican date and provides some utility methods:
`isBefore(RDate)`, `isSextile()`, `plusDays(int)`.

## Non-historical periods

The Republican calendar was used historically between 1791 and 1805.
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/github/jarnaud/republican/RDate.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ public RDate plusDays(int daysToAdd) {
return new GRConverter().convert(gregorianDate);
}


// Temporal accessor implementation.

@Override
Expand Down

0 comments on commit d989f01

Please sign in to comment.