I am working with Laravel 4 on a tool to publish/schedule restaurant menus on facebook. For this I need a date selector for the current week, starting always on monday and ending always on sunday.
I'have played around with the examples http://carbon.nesbot.com/docs/#api-getters but without success.
Any idea?
->startOfWeek
will change the variable, not make clone of it – Fussbudget