CodeUnit JavaScript: Calculate the Number of Days in a Month September 2, 2011 by Craig Lotter No Comments A simple way to calculate how many days are in a month in Javascript is to leverage Javascript's built in date overflow feature - basically... Read More
CodeUnit JavaScript: Calculate the Number of Days in Last Month and Set a Date Range for it July 1, 2011 by Craig Lotter No Comments A simple way to calculate how many days are in a month in Javascript is to leverage Javascript's built in date overflow feature - basically... Read More
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