I have a timestamp in my database:
2017-10-01 04:32:37
Now, I need to grab only the date, so like "01/10"
I'm trying to do this with Laravel's Carbon library, can anyone tell me how? I can't find anything to do with this in the documentation, it seems unheard of?
I want to do this with Carbon