Forum Moderators: coopster
<?php echo(date("M")?>
and I would like to list the rest of the months out in the remainder of the table.
I've unsuccessfully tried:
<?php echo(date("M")+1)?>
<?php echo(date("M")+2)?>
etc...
Does any one know of a function that will handle this?
Thanks