0
    $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";

I found this solution . But countDays is not working .

I found the solution ..

chetana lotliker
  • 25
  • 1
  • 1
  • 3

0 Answers0