标签: php function codeigniter date
$start = strtotime("tuesday UTC"); $end = strtotime("3 tuesday UTC"); echo date("m/d/Y", $start). " - ".date("m/d/Y", $end). " has ". countDays(0, $start, $end). " Sundays";
我找到了这个解决方案。但是countDays没有用。
我找到了解决方案..