Answers for "created at each day of month laravel"

PHP
1

How to get only year, month and day from timestamp in Laravel

$date = date('y-m-d', strtotime($data['created_at']))
Posted by: Guest on April-16-2022
1

date format in laravel month name day name

{{ $article->publish_date->translatedFormat('l j F Y') }}
Posted by: Guest on October-08-2021

Code answers related to "created at each day of month laravel"

Browse Popular Code Answers by Language