Searched refs:checkDate (Results 1 – 7 of 7) sorted by relevance
17 tt.onCompletion=checkDate;22 function checkDate() { function
873 $checkDate = new \DateTime($startDate->format('Y-m-1'));875 if ($checkDate->format('l') !== $dayName) {876 $checkDate = $checkDate->modify($dayName);880 $dayHits[] = $checkDate->format('j');881 $checkDate = $checkDate->modify('next ' . $dayName);882 } while ($checkDate->format('n') === $startDate->format('n'));
833 $checkDate = new \DateTime($startDate->format('Y-m-1'));835 if ($checkDate->format('l') !== $dayName) {836 $checkDate = $checkDate->modify($dayName);840 $dayHits[] = $checkDate->format('j');841 $checkDate = $checkDate->modify('next '.$dayName);842 } while ($checkDate->format('n') === $startDate->format('n'));
764 $checkDate = new \DateTime($startDate->format('Y-m-1'));766 if ($checkDate->format('l') !== $dayName) {767 $checkDate->modify($dayName);771 $dayHits[] = $checkDate->format('j');772 $checkDate->modify('next ' . $dayName);773 } while ($checkDate->format('n') === $startDate->format('n'));
1241 $checkDate = implode('', file( dirname(__FILE__).'/.translationcheck' ) );1243 return $hash['date'] == trim($checkDate);