Home
last modified time | relevance | path

Searched refs:currentMonth (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php31 * @param int $currentMonth Current month
36 private static function getNearestWeekday($currentYear, $currentMonth, $targetDay) argument
39 $target = DateTime::createFromFormat('Y-m-d', "$currentYear-$currentMonth-$tday");
51 $target->setDate($currentYear, $currentMonth, $adjusted);
52 if ($target->format('N') < 6 && $target->format('m') == $currentMonth) {
H A DDayOfWeekField.php34 $currentMonth = $date->format('m');
41 $tdate->setDate($currentYear, $currentMonth, $lastDayOfMonth);
46 ->setDate($currentYear, $currentMonth, --$lastDayOfMonth);
74 $tdate->setDate($currentYear, $currentMonth, 1);
83 $tdate->setDate($currentYear, $currentMonth, ++$currentDay);