lundi 16 août 2021

add records from a particular month

I need to add the records for the month of July.

My code: now I can only add the records of the current month

$cobrosm = Cobros::whereBetween('created_at',[
            $carbon->startOfMonth()->toDateString(),
            $carbon->endOfMonth()->toDateString()
       ])->sum('importe');

help pls



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3ySb2wz
via IFTTT

Aucun commentaire:

Enregistrer un commentaire