| foreach ($dataAugustR as $key => $d) { | foreach ($dataAugustR as $key => $d) { | ||||
| if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){ | if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){ | ||||
| $countAugustR[] = $d; | $countAugustR[] = $d; | ||||
| info ($d['submission']); | |||||
| } | } | ||||
| } | } | ||||
| // Store to combineData New Incentive August | // Store to combineData New Incentive August | ||||
| foreach ($dataAugustB as $key => $d) { | foreach ($dataAugustB as $key => $d) { | ||||
| if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){ | if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){ | ||||
| $countAugustB[] = $d; | $countAugustB[] = $d; | ||||
| info ($d['submission']); | |||||
| } | } | ||||
| } | } | ||||
| // Store to combineData New Incentive August | // Store to combineData New Incentive August |