Get Date Without Time In Laravel

[Solved] Get Date Without Time In Laravel | Php - Code Explorer | yomemimo.com
Question : Get date without time in laravel

Answered by : muhammad-ishaq

$date = date('y-m-d', strtotime($data['created_at']))

Source : | Last Update : Sat, 23 Apr 22

Answers related to get date without time in laravel

Code Explorer Popular Question For Php