Lines Matching refs:format
356 if ($this->currentDate->format('G') == '23') {
369 $currentMonth = $this->currentDate->format('n');
372 $currentDay = $this->currentDate->format('w');
375 $currentHour = $this->currentDate->format('G');
417 $currentDay = (int) $this->currentDate->format('w');
420 $currentHour = (int) $this->currentDate->format('G');
428 if($this->currentDate->format('w') != $firstDay) {
444 $currentDayOfMonth = $this->currentDate->format('j');
458 } while ($tempDate->format('j') != $currentDayOfMonth);
485 …$this->currentDate = new \DateTime($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->…
495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ…
506 $currentMonth = $this->currentDate->format('n');
507 $currentYear = $this->currentDate->format('Y');
508 $currentDayOfMonth = $this->currentDate->format('j');
529 } while ($nextDate->format('n')!=2);
542 $currentMonth = $this->currentDate->format('n');
543 $currentYear = $this->currentDate->format('Y');
544 $currentDayOfMonth = $this->currentDate->format('j');
764 $checkDate = new \DateTime($startDate->format('Y-m-1'));
766 if ($checkDate->format('l') !== $dayName) {
771 $dayHits[] = $checkDate->format('j');
773 } while ($checkDate->format('n') === $startDate->format('n'));
808 if ($monthDay > $startDate->format('t') ||
809 $monthDay < 0-$startDate->format('t')) {
816 $byMonthDayResults[] = $startDate->format('t') + 1 + $monthDay;