Hie,
For start date with 2017-02-29 using
$transformerConfig->enableLastDayOfMonthFix();
$rule= new \Recurr\Rule('FREQ=MONTHLY;COUNT=3', $startDate, null, $timezone);
Returns
2017-02-29
2017-03-29
2017-04-29
However I was suppose to get
2017-02-29
2017-03-31
2017-04-30
How is this possible ? Using version 4.0
Hie,
For start date with 2017-02-29 using
$transformerConfig->enableLastDayOfMonthFix();$rule= new \Recurr\Rule('FREQ=MONTHLY;COUNT=3', $startDate, null, $timezone);Returns
2017-02-29
2017-03-29
2017-04-29
However I was suppose to get
2017-02-29
2017-03-31
2017-04-30
How is this possible ? Using version 4.0