Horje
carbon parse sunday 30 days ago Code Example
carbon parse sunday 30 days ago
Carbon::parse('2021-07-30')->subDays(30)->format('Y-m-d 00:00:00');
carbon 2 days ago
$users = Users::where('status_id', 'active')
           ->where( 'created_at', '>', Carbon::now()->subDays(30))
           ->get();




Php

Related
home url wordpress Code Example home url wordpress Code Example
how many files in dir php Code Example how many files in dir php Code Example
how to remove first element in array php Code Example how to remove first element in array php Code Example
php regex remove file extension Code Example php regex remove file extension Code Example
php count number of files in directory Code Example php count number of files in directory Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9