supprimer l'heure de la date en carbone

$dt = Carbon::now();
echo $dt->toDateString(); // Equivalent: echo $dt->format('Y-m-d');
austin stanley