Answers for "php carbon create from time"

PHP
3

php carbon get timestamp

Carbon::now()->timestamp
Posted by: Guest on April-01-2020
0

Carbon Date format

$date = CarbonCarbon::createFromFormat('Y-m-d H:i:s',$calc[0]['created_at']);
$date->setTimezone('Asia/Karachi');
$date->format('d M, Y H:i A')
Posted by: Guest on January-03-2022

Browse Popular Code Answers by Language