157 mktime(0, 0, 0, $month, $day, date(
'Y') + ($nextYear ? 1 : 0))
172 if (empty($this->daysOfWeek) && empty($this->monthsOfYear) && empty($this->daysOfMonth))
177 if (!empty($this->monthsOfYear) || !empty($this->daysOfMonth))
179 $date = $this->getDateTimeByData($this->monthsOfYear, $this->daysOfMonth);
183 $date = $this->getDateTime();
184 for($i = 0; $i < 7; $i++)
188 $date->add(
"+1 days");
191 if (!$this->checkDateTime($date))
196 $day = (int) date(
'w', $date->getTimestamp());
197 $day = $day === 0 ? 7 : $day;
198 if (in_array($day, $this->daysOfWeek))