You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice to see people who are also interested in the French Revolutionary Calendar. I have so far understood that you are mainly interested in the algorithmic details of historic calendar around year 1792.
My plan is to also implement this calendar but with a strong focus on text representation, too. For example, I would like to see the representation "18. Brumaire VIII" (famous coupe of Bonaparte) by just specifying a format pattern in a formatter. I know, this will not be possible with the Oracle-calendar-design of Threeten-Extra and java.time.format-API, one of many reasons why I prefer my own time library Time4J. However, you could manually add extra format()- and parse()-methods to your FrenchRepublicanDate-class... Interesting for people who are not willing to consider alternatives to Threeten-Extra for whatever reason.
Of course, if you have any special feature requests for this calendar not yet realized then just let me know.
The text was updated successfully, but these errors were encountered:
Finally I have finished and released my implementation of the French revolutionary calendar, see also the formatting example given in the javadoc. The formatting design takes into account that not every date in this calendar has a month so the specified pattern uses an or-syntax, either month-based or for sansculottides. I doubt if this will be possible in an easy way with the design of the format engine of Java-8 (using the java.time.format-package).
Nice to see people who are also interested in the French Revolutionary Calendar. I have so far understood that you are mainly interested in the algorithmic details of historic calendar around year 1792.
My plan is to also implement this calendar but with a strong focus on text representation, too. For example, I would like to see the representation "18. Brumaire VIII" (famous coupe of Bonaparte) by just specifying a format pattern in a formatter. I know, this will not be possible with the Oracle-calendar-design of Threeten-Extra and
java.time.format
-API, one of many reasons why I prefer my own time library Time4J. However, you could manually add extra format()- and parse()-methods to yourFrenchRepublicanDate
-class... Interesting for people who are not willing to consider alternatives to Threeten-Extra for whatever reason.Of course, if you have any special feature requests for this calendar not yet realized then just let me know.
The text was updated successfully, but these errors were encountered: