Lines Matching refs:format

355                 if ($this->currentDate->format('G') == '23') {
368 $currentMonth = $this->currentDate->format('n');
371 $currentDay = $this->currentDate->format('w');
374 $currentHour = $this->currentDate->format('G');
416 $currentDay = (int)$this->currentDate->format('w');
419 $currentHour = (int)$this->currentDate->format('G');
427 if ($this->currentDate->format('w') != $firstDay) {
443 $currentDayOfMonth = $this->currentDate->format('j');
457 } while ($tempDate->format('j') != $currentDayOfMonth);
484 …$this->currentDate = new DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->curre…
495 (int)$this->currentDate->format('Y'),
496 (int)$this->currentDate->format('n'),
509 $currentMonth = $this->currentDate->format('n');
510 $currentYear = $this->currentDate->format('Y');
511 $currentDayOfMonth = $this->currentDate->format('j');
532 } while ($nextDate->format('n') != 2);
550 $currentYear = $this->currentDate->format('Y');
587 $currentYear = $this->currentDate->format('Y');
602 … if ($date > $this->currentDate && in_array($date->format('N'), $dayOffsets)) {
623 $currentMonth = $this->currentDate->format('n');
624 $currentYear = $this->currentDate->format('Y');
625 $currentDayOfMonth = $this->currentDate->format('j');
873 $checkDate = new \DateTime($startDate->format('Y-m-1'));
875 if ($checkDate->format('l') !== $dayName) {
880 $dayHits[] = $checkDate->format('j');
882 } while ($checkDate->format('n') === $startDate->format('n'));
917 if ($monthDay > $startDate->format('t') ||
918 $monthDay < 0 - $startDate->format('t')) {
925 $byMonthDayResults[] = $startDate->format('t') + 1 + $monthDay;