Answers for "carbon laravel timesone"

PHP
6

carbon time ago laravel

$comment->created_at->diffForHumans();
Posted by: Guest on May-09-2020
1

carbon in laravel

use Illuminate\Support\Carbon;
$current = Carbon::now()->format('YmdHms'); //it will give current date and time
Posted by: Guest on December-15-2021

Browse Popular Code Answers by Language