Support the ongoing development of Laravel.io →
posted 9 years ago
Database
Last updated 1 year ago.
0
Solution

Because you are not using eloquent your time-stamps will not be returned as Carbon instance but as string.

As as stated Carbon::instance() takes instance of DateTime so do this :

$next_date = Carbon::instance( new DateTime( $date_time ) )->addMonth($month_due);
Last updated 1 year ago.
0

It should be addMonths() in my case. Thank you it worked :)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

laureta laureta Joined 17 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.