Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Whats the best java date recurrence pattern calculator

Anyone know of a (reliable) date recurrence calculator, we're trying to implement something in our app which would allow a schedule to be created, similar to those for recurring meetings in Outlook. We have tried chronos but discovered some cases where it breaks down, I'd really appreciate knowing if anyone has successfully used any of the other options out there.

Cheers, Robin

like image 876
Robin Avatar asked Jan 29 '09 15:01

Robin


1 Answers

This is a frequent question on the joda time mailing list and the usual answer is to try RFC 2445. Disclaimer: I have not used it myself.

like image 164
Craig P. Motlin Avatar answered Nov 06 '22 18:11

Craig P. Motlin