You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using version 0.17.0 and cannot set the BYMONTHDAY to a comma-separated list.
The spec says:
The BYMONTHDAY rule part specifies a COMMA-separated list of days of the month.
This sentence is actually at the top of RecurrenceRule::setByMonthDay(). But the function throws the following error if the $day param is something like '2,3,4,5,6,7,8':
Invalid value for BYMONTHDAY
The text was updated successfully, but these errors were encountered:
I'm using version 0.17.0 and cannot set the BYMONTHDAY to a comma-separated list.
The spec says:
This sentence is actually at the top of RecurrenceRule::setByMonthDay(). But the function throws the following error if the $day param is something like
'2,3,4,5,6,7,8'
:The text was updated successfully, but these errors were encountered: