CipherBot
0
Q:

laravel carbon today date format

1. First parse the created_at field as Carbon object.
	$createdAt = Carbon::parse($item['created_at']);

2.Then you can use
	$suborder['payment_date'] = $createdAt->format('M d Y');
2
$today = Carbon::now()->format('Y-m-d'); //yyyy-mm-dd etc
0

New to Communities?

Join the community