|
|
@ -36,10 +36,12 @@ const JUST_DATE = 'Ymd'; |
|
|
|
// Are we past the fourth Tuesday of this month? |
|
|
|
// Are we past the fourth Tuesday of this month? |
|
|
|
if ((new DateTime())->getTimeStamp() >= $tues_ts && $first_day->format(JUST_DATE) != $first_wedn->format(JUST_DATE) && $tues_date->format('md') != '0322') { |
|
|
|
if ((new DateTime())->getTimeStamp() >= $tues_ts && $first_day->format(JUST_DATE) != $first_wedn->format(JUST_DATE) && $tues_date->format('md') != '0322') { |
|
|
|
$ts = strtotime('+1 month', $ts); |
|
|
|
$ts = strtotime('+1 month', $ts); |
|
|
|
var_dump($tues_date->format('md')); |
|
|
|
/* |
|
|
|
|
|
|
|
var_dump($tues_date->format('md')); |
|
|
|
var_dump($first_day); |
|
|
|
var_dump($first_day); |
|
|
|
var_dump($first_wedn); |
|
|
|
var_dump($first_wedn); |
|
|
|
var_dump($ts); |
|
|
|
var_dump($ts); |
|
|
|
|
|
|
|
*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
foreach ($fil as $line) { |
|
|
|
foreach ($fil as $line) { |
|
|
|