CodeUnit PHP: Calculate the Number of Working Days in a Month April 23, 2010 by Craig Lotter No Comments How to calculate the number of working days in a month, in other words discount Saturdays and Sundays from a month's total number of days. Read More
Programming PHP: Calculating the Number of Days in a Month April 18, 2009 by Craig Lotter No Comments Wow, stumbled across this extremely clever, one line of PHP code to return the correct number of days for any given month, courtesy of the... Read More