Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $jumlah_istirahat_mulai = Presensi::where('karyawan_id', $karyawan[$i]->id)->where('slotjam', '!=', null)->where('tanggal_dan_waktu_tap', '>=', date('Y-m-d', strtotime($dateupah->tanggal_mulai_periode)))->where('tanggal_dan_waktu_tap', '<=', date('Y-m-d', strtotime($dateupah->tanggal_selesai_periode)))->get();
- $total_hari_setengah = $jumlah_istirahat_mulai->count();
Add Comment
Please, Sign In to add comment