|
Aug 06
|
<?php
//get current month for example
$beginday=date(“Y-m-01″);
$lastday=date(“Y-m-t”);
$nr_work_days = getWorkingDays($beginday,$lastday);
echo $nr_work_days;
function getWorkingDays($startDate, $endDate){ Continue reading »
Recent Comments