Get Data Based On Date In Laravel

[Solved] Get Data Based On Date In Laravel | Php - Code Explorer | yomemimo.com
Question : get data based on date in laravel

Answered by : ugliest-unicorn-kifx0zaatitw

PrescriptionTbl::whereDate('created_at', date('Y-m-d'))->get();

Source : https://stackoverflow.com/questions/54760339/how-to-retrieve-data-of-current-date-in-laravel | Last Update : Mon, 28 Sep 20

Answers related to get data based on date in laravel

Code Explorer Popular Question For Php