📜  碳日 30 天前 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:47.656000             🧑  作者: Mango

代码示例3
$users = Users::where('status_id', 'active')
           ->where( 'created_at', '>', Carbon::now()->subDays(30))
           ->get();