你可以在 Eloquent 的 属性类型转换 中单独为日期属性自定义日期格式:
protected $casts = [ 'birthday' => 'date:Y-m-d', 'joined_at' => 'datetime:Y-m-d H:00', ];