Carbon包几个需要常用到的方法
carbon::parse("2022-12-08");
carbon::createFromFormat("Y-m-d", "2022-12-08");
carbon::now()->toDateString();
carbon::now()->toDateTimeString();
Carbon::now()->format("Y-m-d H:i:s");
carbon::parse("2022-12-08");
carbon::createFromFormat("Y-m-d", "2022-12-08");
carbon::now()->toDateString();
carbon::now()->toDateTimeString();
Carbon::now()->format("Y-m-d H:i:s");
评论已关闭