| $dataOctober = $this->returnDataR($company,'2020','10'); | $dataOctober = $this->returnDataR($company,'2020','10'); | ||||
| foreach ($dataAugust as $key => $d) { | foreach ($dataAugust as $key => $d) { | ||||
| if(date('d/m/Y', strtotime($d['activation'])) >= '12/8/2020'){ | |||||
| if(date('d/m/Y', strtotime($d['activation'])) >= '11/8/2020'){ | |||||
| $combineData[] = $d; | $combineData[] = $d; | ||||
| } | } | ||||
| } | } |