在BladeView中我有这段代码{{\Carbon\Carbon::setLocale("es")}}{{$registro->fecha_desde->format("ljFY")}}{{$registro->fecha_desde->formatLocalized("%A%d%B%Y")}}{{$registro->fecha_desde->diffForHumans()}}这不起作用,它返回:Friday30December2016Friday30December2016dentrode1semana因此,format()和formatLocalized总是以英文格式返回日期。