It extracts the current month.
<?php $month = date( "m",time()); print ("$month"); ?>
Download code...
Print this page