use Carbon\Carbon; $date = Carbon::now(); $formatedDate = $date->format('Y-m-d H:i:s'); echo($formatedDate);