Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for or-logic during printing #661

Closed
MenoData opened this issue Jul 21, 2017 · 0 comments
Closed

Support for or-logic during printing #661

MenoData opened this issue Jul 21, 2017 · 0 comments

Comments

@MenoData
Copy link
Owner

MenoData commented Jul 21, 2017

This is a vital feature especially for the French revolutionary calendar (see issue #615). For example:

The pattern "D MMMM' an 'Y|SSSS', an 'Y" does not yet support a sansculottides date (throwing an exception because such a date does not contain a day-of-month). The solution should analyze that the day-of-month is missing and then switch over to the next pattern part after the char "|".

Notes:

  • For ISO-8601, this new feature is not relevant in most circumstances.
  • Parsing is not affected (already well supported or-logic).
MenoData added a commit that referenced this issue Jul 21, 2017
MenoData added a commit that referenced this issue Jul 25, 2017
MenoData added a commit that referenced this issue Jul 25, 2017
@MenoData MenoData added the fixed label Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant