$currentMonth = (int)date('m'); // Get the current month as an integer
$currentDay = (int)date('d'); // Get the current day as an integer
if (($currentMonth === 12 && $currentDay >= 1) || ($currentMonth >= 1 && $currentMonth <= 3) || ($currentMonth === 4 && $currentDay === 1)) {
echo " \n";
}
Club Forms