<?php echo $todaysmonth = date('n', strtotime("15 June 2016")); for($i = $todaysmonth; $i <= 12; $i++){ $dateObj = DateTime::createFromFormat('!m', $i); echo $monthName = $dateObj->format('F'); }
You have javascript disabled. You will not be able to edit any code.