The first day of the current month in php using date_modify as DateTime object

LadyTazzy

New Member
I can get Monday this week with:\[code\]$monday = date_create()->modify('this Monday');\[/code\]I would like to get with the same ease the 1st of this month. How can I achieve that?Thanks
 
Back
Top