0
我有一個表格,其允許用戶輸入使用2個jquery的日期選擇器然後將其利用日期存儲在數據庫中的事件的長度。計數天減週末
我再回到事件持續的天數,但我需要排除週末。
例如,如果一個事件從週一持續 - 週一返回的結果將是6
下面是我目前從2米日期範圍返回的天數:
<?=(($currentCourseDates)?ceil((strtotime($currentCourseDates[0]['enddate']." 00:00:00") - strtotime($currentCourseDates[0]['startdate']." 00:00:00"))/86400)+1:0)?>
http://stackoverflow.com/questions/279296/adding-days-to-a-date-but-excluding-weekends? RQ = 1 – Fluffeh