I want to calculate the number of weekdays days in a give month and year. Weekdays means monday to friday. How do i do it ?
Get the number of working days without holidays between two dates :
echo number_of_working_days('2013-12-23', '2013-12-29');
3
Link to the function