We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I think I found a bug.
RRule.fromString("FREQ=MONTHLY;BYSETPOS=3;BYDAY=TH;INTERVAL=3;UNTIL=20240730T220000Z").toText();
returns : 'every 3 months on Thursday until July 30, 2024' should be : 'every 3 months on 3rd Thursday until July 30, 2024'
Is the BYSETPOS check missing?
The text was updated successfully, but these errors were encountered:
It seems that the text version of BYSETPOS is missing in every configuration
BYSETPOS
Sorry, something went wrong.
This should be the solution: #504
Yes I found it but it's not been incorporated. I had to patch it myself. Why?
No branches or pull requests
Hello, I think I found a bug.
RRule.fromString("FREQ=MONTHLY;BYSETPOS=3;BYDAY=TH;INTERVAL=3;UNTIL=20240730T220000Z").toText();
returns : 'every 3 months on Thursday until July 30, 2024'
should be : 'every 3 months on 3rd Thursday until July 30, 2024'
Is the BYSETPOS check missing?
The text was updated successfully, but these errors were encountered: