rrule
rrule copied to clipboard
toText - missing "on" when describing FREQ=YEARLY with BYMONTH
Using latest rrule 2.7.1
When describing FREQ=YEARLY;INTERVAL=3;BYMONTH=10;BYDAY=TU
, the output is:
every 3 years October on Tuesday
I think there should be on/in before "October"
Example:
> require('rrule').rrulestr('FREQ=YEARLY;INTERVAL=3;BYMONTH=10;BYDAY=TU').toText()
'every 3 years October on Tuesday'