Lines Matching refs:date

14  * due to run, the next run date and previous run date of a CRON expression.
16 * minute (seconds are dropped from date time comparisons).
44 * @var int Max iteration count when searching for next run date
167 * @param int $maxIterationCount Max iteration count when searching for next run date
179 * Get a next run date relative to the current date or a specific date
181 * @param string|\DateTime $currentTime Relative calculation date
183 * matching next run date. 0, the default, will return the current
184 * date and time if the next run date falls on the current date and
188 * @param bool $allowCurrentDate Set to TRUE to return the current date if
200 * Get a previous run date relative to the current date or a specific date
202 * @param string|\DateTime $currentTime Relative calculation date
205 * current date if it matches the cron expression
217 * Get multiple run dates starting at the current date or a specific date
220 * @param string|\DateTime $currentTime Relative calculation date
223 * current date if it matches the cron expression
272 * Determine if the cron is due to run based on the current date or a
273 * specific date. This method assumes that the current number of
276 * @param string|\DateTime $currentTime Relative calculation date
283 $currentDate = date('Y-m-d H:i');
311 * Get the next or previous run date of the expression relative to a date
313 * @param string|\DateTime $currentTime Relative calculation date
317 * current date if it matches the cron expression
350 // Set a hard limit to bail on an impossible date