Home
last modified time | relevance | path

Searched refs:targetDay (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php32 * @param int $targetDay Target day of the month
36 private static function getNearestWeekday($currentYear, $currentMonth, $targetDay) argument
38 $tday = str_pad($targetDay, 2, '0', STR_PAD_LEFT);
49 $adjusted = $targetDay + $i;
76 $targetDay = substr($value, 0, strpos($value, 'W'));
81 $targetDay
/plugin/calendar/
H A Daction.php1455 $targetDay = $monthDay ?: (int)(new DateTime($startDate))->format('j');
1460 $effectiveTargetDay = min($targetDay, $daysInMonth);
H A Dadmin.php4523 $targetDay = $monthDay ?: (int)$startDT->format('j');
4526 $effectiveTargetDay = min($targetDay, $daysInMonth);