Revert Laravel date format to YYYY-MM-DD H:i:s July 27, 2021July 27, 2021 admin Laravel, Uncategorized Add this into the model protected function serializeDate(DateTimeInterface $date) { return $date->format('Y-m-d H:i:s'); } Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related