Browse Source

check claim September

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
721a3cabeb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Http/Controllers/DS/DealerController.php

+ 1
- 0
app/Http/Controllers/DS/DealerController.php View File



foreach ($dataSeptemberR as $key => $d) { foreach ($dataSeptemberR as $key => $d) {
if(((date('m/Y', strtotime($d['submission'])) == '08/2020') && (date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020')) || (date('m/Y', strtotime($d['submission'])) == $month.'/'.$year)){ if(((date('m/Y', strtotime($d['submission'])) == '08/2020') && (date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020')) || (date('m/Y', strtotime($d['submission'])) == $month.'/'.$year)){
info($d['submission']);
$countSeptemberR[] = $d; $countSeptemberR[] = $d;
}else { }else {
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){ if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){

Loading…
Cancel
Save