Working with Dates

Laravel

Convert to human-readable format:

 return $this->created_at->format('d-m-Y');

more examples