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
Update through composer, i my code stop working cause you dont fix this bug.
Please, update on main branch.
Is before = date is before MAXdate, not MINdate
Is After = date is after MINdate, not MAXdate
If you include endpoints ($closed = true), have to check
if date is same as MINdate
if date is same as MAXdate
then
return $isSameMin === true || $isSameMax === true
|| ($isBefore === true && $isAfter === true);
The text was updated successfully, but these errors were encountered: