<?php echo 'Number of days in current month: ' . date('t') . "\n"; echo 'Number of days in February this year: ' . date('t', strtotime(date('Y') . '-02-01'));
You have javascript disabled. You will not be able to edit any code.