Add Days To Date With Laravel

[Solved] Add Days To Date With Laravel | Php Frameworks Laravel - Code Explorer | yomemimo.com
Question : add days to date with laravel

Answered by : romesh-fernando

$currentDateTime = Carbon::now();
$newDateTime = Carbon::now()->addDays(5);

Source : | Last Update : Thu, 09 Jun 22

Answers related to add days to date with laravel

Code Explorer Popular Question For Php Frameworks Laravel