I have to generate a menu for all months in a year, with each month
broken down into two periods. For example:

January 01-15
January 15-31
February 01-15
February 15-28
March 01-15
March 15-31
Etc...

How can generate a list of all 12 months using the above format?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to