Answers for "if its past 24 hrs *laravel"

0

if its past 24 hrs *laravel

$query->where('created_at', '<', Carbon::now()->subDays(1)->toDateTimeString());
Posted by: Guest on May-13-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language