Closed PJ-DSI-DevOps closed 7 years ago
You found a bug. When there is nothing left of the '*" in the recurrence, the dates method was not allowing you to pass in a start and end date. I hadn't caught that because it's rare to have such a recurrence... but it is definitely allowed.
I've fixed this and it will be in the next release (scheduled for tomorrow).
I'm using date() on a Date::Manip::Recur to retrieve some occurences of a recurring event.
Here is my example :
It works well if I don't specify the range when calling dates(), but in my case I want them to be within a specifc sub-range (1992 to 1994).