以下是示例代码
use Carbon\Carbon; $dateString = '2023-07-19'; $carbonObj = Carbon::parse($dateString); echo $carbonObj->toDateString(); // 输出:2023-07-19