| $dataOctober = $this->returnDataR($company,'2020','10'); | $dataOctober = $this->returnDataR($company,'2020','10'); | ||||
| foreach ($dataAugustR as $key => $d) { | foreach ($dataAugustR as $key => $d) { | ||||
| if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){ | |||||
| if('31/7/2020' >= '11/8/2020'){ | |||||
| $countAugustR[] = $d; | $countAugustR[] = $d; | ||||
| $submission=date('d/m/Y', strtotime($d['submission'])); | $submission=date('d/m/Y', strtotime($d['submission'])); | ||||
| info ($d['wo'] .$submission); | |||||
| info ('hm'); | |||||
| } | } | ||||
| } | } | ||||
| // Store to combineData New Incentive August | // Store to combineData New Incentive August |