Answers for "carbon today - 7 days"

CSS
1

carbon 2 days ago

$users = Users::where('status_id', 'active')
           ->where( 'created_at', '>', Carbon::now()->subDays(30))
           ->get();
Posted by: Guest on November-08-2021
0

carbon today date with 12 00 am

$date = Carbon::now()->format('Y-m-d 00:00:00');
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language