Hapus waktu dari tanggal karbon

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