Using php Syntax Highlighting
- $fechaInicio=strtotime("03-07-2017");
- $canti=strtotime("+2days",$fechaInicio);
- for($i=$fechaInicio; $i<=$canti; $i++){
- $i = strtotime("+1 days", $i);
- echo date("M d", $i) . "<br>";
- //echo max($i);
- }
Coloreado en 0.020 segundos, usando GeSHi 1.0.8.4